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:
abomb4
2020-10-18 21:15:30 +08:00
committed by GitHub
parent 521d44714d
commit 7f708a3f6c

View File

@@ -262,6 +262,8 @@ project(":ios"){
project(":core"){
apply plugin: "java-library"
compileJava.options.fork = true
task preGen{
outputs.upToDateWhen{ false }
generateLocales()