Re: import a project which uses the Gradle Kotlin DSL

2019-10-06 Thread Laszlo Kishalmi
Kotlin based Gradle project are not supported at the moment. It might happen in 11.3 cycle. Hopefully early enough. On 10/6/19 2:30 PM, thufir wrote: How can I get Netbeans to recognize this project? thufir@dur:~/NetBeansProjects$ thufir@dur:~/NetBeansProjects$ mkdir foo thufir@dur:~/NetBeansP

import a project which uses the Gradle Kotlin DSL

2019-10-06 Thread thufir
How can I get Netbeans to recognize this project? thufir@dur:~/NetBeansProjects$ thufir@dur:~/NetBeansProjects$ mkdir foo thufir@dur:~/NetBeansProjects$ thufir@dur:~/NetBeansProjects$ cd foo thufir@dur:~/NetBeansProjects/foo$ thufir@dur:~/NetBeansProjects/foo$ gradle init --type java-application