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 b49e48f commit 2562168Copy full SHA for 2562168
build.gradle.kts
@@ -3,4 +3,5 @@ plugins {
3
//trick: for the same plugin versions in all sub-modules
4
alias(libs.plugins.androidLibrary).apply(false)
5
alias(libs.plugins.kotlinMultiplatform).apply(false)
6
+ alias(libs.plugins.publish) apply false
7
}
0 commit comments