You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cannot use CompileModuleOptions with compileJava task : Extension of type 'CompileModuleOptions' does not exist. Currently registered extension types: [ExtraPropertiesExtension]
#274
I'm trying to use tje CompileModuleOptions to add Javafx modules for test and exec task but it failed when compile gradle script.
I'm using Kotlin, Java 17 and gradle 8.3.
When adding the following lines to my kotlin script :
I get the following error message Extension of type 'CompileModuleOptions' does not exist. Currently registered extension types: [ExtraPropertiesExtension]
Can
The text was updated successfully, but these errors were encountered:
I'm trying to use tje CompileModuleOptions to add Javafx modules for test and exec task but it failed when compile gradle script.
I'm using Kotlin, Java 17 and gradle 8.3.
When adding the following lines to my kotlin script :
I get the following error message
Extension of type 'CompileModuleOptions' does not exist. Currently registered extension types: [ExtraPropertiesExtension]
Can
The text was updated successfully, but these errors were encountered: