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 4eac9cd commit 1869273Copy full SHA for 1869273
kapshot-plugin-gradle/src/main/kotlin/io/koalaql/kapshot/GradlePlugin.kt
@@ -22,7 +22,7 @@ class GradlePlugin : KotlinCompilerPluginSupportPlugin {
22
override fun apply(target: Project) {
23
/* make sure we don't try to add dependency until it has been configured by kotlin plugin */
24
target.plugins.withId("org.jetbrains.kotlin.jvm") {
25
- target.dependencies.add("implementation", "io.koalaql:kapshot-runtime:${BuildConfig.VERSION}")
+ target.dependencies.add("api", "io.koalaql:kapshot-runtime:${BuildConfig.VERSION}")
26
}
27
28
0 commit comments