Commit e8d91670 authored by Him188's avatar Him188

Remove publishing

parent f0c75277
......@@ -27,7 +27,7 @@ val ktorVersion = rootProject.ext["ktor_version"].toString()
kotlin {
android("android") {
project.plugins.apply("com.android.library")
publishLibraryVariants("release", "debug")
//publishLibraryVariants("release", "debug")
project.android {
compileSdkVersion(29)
buildToolsVersion("29.0.2")
......@@ -134,12 +134,13 @@ kotlin {
}
}
/*
publishing {
publications.withType<MavenPublication>().apply {
val jvm by getting {}
val metadata by getting { }
}
}
}*/
/*
publishing {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment