Cleanup compile command
This commit is contained in:
parent
0ea3fd0520
commit
1e5f088639
1 changed files with 1 additions and 2 deletions
|
@ -35,10 +35,9 @@ public class ExampleBuild extends BaseProject {
|
|||
|
||||
@Override
|
||||
public void compile() throws Exception {
|
||||
var options = new CompileOptions().jvmOptions("--enable-native-access=ALL-UNNAMED");
|
||||
new CompileKotlinOperation()
|
||||
.fromProject(this)
|
||||
.compileOptions(options)
|
||||
.compileOptions(new CompileOptions().verbose(true))
|
||||
.execute();
|
||||
|
||||
// Also compile the Java source code
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue