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 90ed2df commit c2108f7Copy full SHA for c2108f7
src/main/kotlin/com/github/jengelman/gradle/plugins/shadow/ShadowKmpPlugin.kt
@@ -30,7 +30,7 @@ public abstract class ShadowKmpPlugin : Plugin<Project> {
30
},
31
)
32
33
- if (!isAtLeastKgpVersion(2, 1, 0)) return@registerShadowJarCommon
+ if (!isAtLeastKgpVersion(1, 9, 0)) return@registerShadowJarCommon
34
35
@OptIn(ExperimentalKotlinGradlePluginApi::class)
36
target.mainRun {
0 commit comments