Skip to content

Commit

Permalink
#535 enable config cache in android-mpp sample
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex009 committed Jan 14, 2024
1 parent 243f646 commit 9ab0d05
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/android-mpp-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {
}
dependencies {
classpath(moko.resourcesGradlePlugin)
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.0")
classpath("com.android.tools.build:gradle:8.0.1")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.10")
classpath("com.android.tools.build:gradle:8.1.0")
}
}
5 changes: 5 additions & 0 deletions samples/android-mpp-app/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
org.gradle.jvmargs=-Xmx12g
org.gradle.parallel=true
org.gradle.caching=true
org.gradle.configuration-cache=true

kotlin.code.style=official

kotlin.mpp.stability.nowarn=true
kotlin.mpp.androidSourceSetLayoutVersion=2
kotlin.mpp.androidGradlePluginCompatibility.nowarn=true

android.useAndroidX=true

xcodeproj=./sample/ios-app

0 comments on commit 9ab0d05

Please sign in to comment.