IntelliJ won't resolve println reference?

Hi there,

I tried out IntelliJ (12.0.1) with Kotlin plugin M4 today, but the hello world failed to compile with “Unresolved reference: println”

I wonder if anyone else is seeing this or just me?

Thanks,
Zemian

Never mind, the kotlin-runtime.jar is missing from the Project Libraries. It works after that.