Skip to content

Commit c7023cb

Browse files
committed
enable zipline plugin for bind call
1 parent a95eef2 commit c7023cb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ buildscript {
1717
}
1818
dependencies {
1919
classpath(libs.mokoGradlePlugin)
20+
classpath("app.cash.zipline:zipline-gradle-plugin:1.23.0")
2021
classpath(":javascript-build-logic")
2122
}
2223
}

javascript/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent
88
plugins {
99
id("multiplatform-library-convention")
1010
id("publication-convention")
11+
id("app.cash.zipline")
1112
}
1213

1314
android {

0 commit comments

Comments
 (0)