Hello,
I have the Kotlin plug-in installed on Netbeans 8.2. Whenever I create a Maven, Ant, or Gradle project, it automagically adds Kotlin support to the project. I manually remove the dependencies etc. for Kotlin, and all is good. But, when I reload the project in Netbeans, it adds the support back to the pom.xml etc. How can I prevent this?
BTW, nothing against Kotlin. I’m really looking forward to using it in projects, but, some projects I just don’t want the support for it in there.