eheimburg opened a new issue, #8523: URL: https://github.com/apache/netbeans/issues/8523
### Apache NetBeans version Apache NetBeans 26 latest release candidate ### What happened After installing NetBeans 26, I chose File->Option Project and navigated to the folder with my project. But it wasn't recognized as a project folder; I couldn't open it. I tried creating a brand new gradle application project (using java 24), and this project DOES show up as a valid gradle project. Comparing the old and new project, I noticed that my project uses kotlin (and hence has a `settings.gradle.kts` file) whereas the newly-created project has a `settings.gradle` file. So it seems the problem is detecting kotlin gradle projects. To test this, I created a zero-byte file named `settings.gradle`. Upon doing this, NB26 does detect the project and can open it correctly. So the issue doesn't seem to be with processing kotlin gradle projects, just detecting them. ### Language / Project Type / NetBeans Component Gradle ### How to reproduce Attempt to open a Gradle project that has a `settings.gradle.kts` file instead of a `settings.gradle` file ### Did this work correctly in an earlier version? Apache NetBeans 25 ### Operating System Windows 11 24H2 ### JDK Java 11, Java 24 ### Apache NetBeans packaging Apache NetBeans binary zip ### Anything else I have tried both the binary zip and the "Friends of Netbeans" windows installation, same behavior in both. ### Are you willing to submit a pull request? No -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For additional commands, e-mail: notifications-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists