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:~/NetBeansProjects$
thufir@dur:~/NetBeansProjects$ cd foo
thufir@dur:~/NetBeansProjects/foo$
thufir@dur:~/NetBeansProjects/foo$ gradle init --type java-application --test-framework testng --dsl kotlin

Project name (default: foo): foo

Source package (default: foo): foo

BUILD SUCCESSFUL in 7s
2 actionable tasks: 2 executed
thufir@dur:~/NetBeansProjects/foo$
thufir@dur:~/NetBeansProjects/foo$ tree
.
├── build.gradle.kts
├── gradle
│   └── wrapper
│       ├── gradle-wrapper.jar
│       └── gradle-wrapper.properties
├── gradlew
├── gradlew.bat
├── settings.gradle.kts
└── src
    ├── main
    │   ├── java
    │   │   └── foo
    │   │       └── App.java
    │   └── resources
    └── test
        ├── java
        │   └── foo
        │       └── AppTest.java
        └── resources

11 directories, 8 files
thufir@dur:~/NetBeansProjects/foo$
thufir@dur:~/NetBeansProjects/foo$ exit
exit
Script done, file is typescript

it only opens the directories, never imports the project itself. I can certainly create gradle and kotlin projects directly from the IDE itself.



thanks,

Thufir

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to