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

Re: Gradle Kotlin DSL

2019-05-22 Thread Laszlo Kishalmi
Theoretically it won't be that hard to implement at least the recognition of a project with Kotlin DSL. Just a hint for the implementation: This is the file which is mainly respnsible to detect a Gradle project: groovy/gradle/src/org/netbeans/modules/gradle/spi/GradleFiles.java On 2019/05/16 15:

Re: Gradle Kotlin DSL

2019-05-16 Thread Geertjan Wielenga
Your PR is always welcome. :-) Gj On Thu, 16 May 2019 at 15:49, Valentin Brandl wrote: > Hi there, > > Netbeans 11 introduced an official Plugin to support Gradle based > projects. Currently only projects using the old Groovy DSL for Gradle > build scripts are supported. > > Are there any plans

Gradle Kotlin DSL

2019-05-16 Thread Valentin Brandl
Hi there, Netbeans 11 introduced an official Plugin to support Gradle based projects. Currently only projects using the old Groovy DSL for Gradle build scripts are supported. Are there any plans to support the new Kotlin DSL in the future? I'm not sure if this is reasonable sinc it might require