We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a95eef2 commit c7023cbCopy full SHA for c7023cb
build.gradle.kts
@@ -17,6 +17,7 @@ buildscript {
17
}
18
dependencies {
19
classpath(libs.mokoGradlePlugin)
20
+ classpath("app.cash.zipline:zipline-gradle-plugin:1.23.0")
21
classpath(":javascript-build-logic")
22
23
javascript/build.gradle.kts
@@ -8,6 +8,7 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent
8
plugins {
9
id("multiplatform-library-convention")
10
id("publication-convention")
11
+ id("app.cash.zipline")
12
13
14
android {
0 commit comments