I would like to configure the Gradle native plugin in a way that it will have --enable-preview
enabled.
When I try to add those properties to compileOptions
I get access violation:
I would like to configure the Gradle native plugin in a way that it will have --enable-preview
enabled.
When I try to add those properties to compileOptions
I get access violation:
As suggested by @peterz: