Procházet zdrojové kódy

dev开发:测试jenkins构建9

#Suyghur před 3 roky
rodič
revize
303ac1931b
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 1 1
      gradle.properties
  2. 1 1
      library_core/build.gradle

+ 1 - 1
gradle.properties

@@ -6,7 +6,7 @@
 # http://www.gradle.org/docs/current/userguide/build_environment.html
 # Specifies the JVM arguments used for the daemon process.
 # The setting is particularly useful for tweaking memory settings.
-org.gradle.jvmargs=-Xmx4096m -Dfile.encoding=UTF-8
+org.gradle.jvmargs=-Xmx1024m -Dfile.encoding=UTF-8
 # When configured, Gradle will run in incubating parallel mode.
 # This option should only be used with decoupled projects. More details, visit
 # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects

+ 1 - 1
library_core/build.gradle

@@ -72,7 +72,7 @@ android {
 }
 
 dependencies {
-
+    implementation "org.jetbrains.kotlin:kotlin-stdlib:$KOTLIN_VERSION"
     implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.4.1'
 
     //mmkv