From 7f708a3f6cd659cf8d6bb3ca1bc1b33932f4c764 Mon Sep 17 00:00:00 2001 From: abomb4 Date: Sun, 18 Oct 2020 21:15:30 +0800 Subject: [PATCH] Try fix 'Cannot attach current VM' problem in IDEA Seems add a 'fork' option to core module solves this problem --- build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.gradle b/build.gradle index e54f6b56b2..1fa4087b6c 100644 --- a/build.gradle +++ b/build.gradle @@ -262,6 +262,8 @@ project(":ios"){ project(":core"){ apply plugin: "java-library" + compileJava.options.fork = true + task preGen{ outputs.upToDateWhen{ false } generateLocales()