Project imported from Netbens from one machine to another [closed]

1

When importing a project from one machine to another it does not run and fails to find the file:

  

org / jetbrains / kotlin / ant / antlib.xml.

How do I resolve it?

    
asked by Luis 08.05.2017 в 22:18
source

1 answer

1

The project you are trying to import has references to Kotlin, you have to install the Kotlin plugin for Netbeans!

There is only plugin for version 8.1 and 8.2, install and import your project again.

link

    
answered by 08.05.2017 в 22:47