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 4a451b6 commit 62d43f9Copy full SHA for 62d43f9
javascript-build-logic/build.gradle.kts
@@ -15,8 +15,8 @@ repositories {
15
}
16
17
dependencies {
18
- implementation(libs.mokoMultiplatform)
19
- implementation(libs.kotlinGradlePlugin)
20
- implementation(libs.androidGradlePlugin)
21
- implementation(libs.detektPlugin)
+ api(libs.mokoMultiplatform)
+ api(libs.kotlinGradlePlugin)
+ api(libs.androidGradlePlugin)
+ api(libs.detektPlugin)
22
0 commit comments