Dear Netbeans pros,

Assuming I have a maven based KOTLIN project by following the guide here: 
https://kotlinlang.org/docs/reference/using-maven.html and using the Kotlin 
plugin for NB.

I am wondering how to enable to Compile On Save in Netbeans 8.2 so that changes 
in .kt files are picked up and recompiled automatically?

While the FAQ http://wiki.netbeans.org/FaqCompileOnSave states that for maven 
projects it actually executes the corresponding maven goals (phases?),  it does 
not really seem like the kotlin-maven-plugin was called.

Any ideas? Or is Netbeans filtering files that actually trigger the CoS feature 
to those with the '.java' extension?

M.

Reply via email to