Try fix 'Cannot attach current VM' problem in IDEA
Seems add a 'fork' option to core module solves this problem
This commit is contained in:
@@ -262,6 +262,8 @@ project(":ios"){
|
||||
project(":core"){
|
||||
apply plugin: "java-library"
|
||||
|
||||
compileJava.options.fork = true
|
||||
|
||||
task preGen{
|
||||
outputs.upToDateWhen{ false }
|
||||
generateLocales()
|
||||
|
||||
Reference in New Issue
Block a user