소스 검색

dev开发:测试jenkins构建4

#Suyghur 3 년 전
부모
커밋
26388275bf
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      library_core/build.gradle

+ 3 - 3
library_core/build.gradle

@@ -51,9 +51,9 @@ android {
         preDexLibraries = false
     }
 
-    compileOptions {
-        kotlinOptions.freeCompilerArgs += ['-module-name', "cn.yyxx.eyuangame.core"]
-    }
+//    compileOptions {
+//        kotlinOptions.freeCompilerArgs += ['-module-name', "cn.yyxx.eyuangame.core"]
+//    }
 
     externalNativeBuild {
         cmake {