Commit e8d91670 authored by Him188's avatar Him188

Remove publishing

parent f0c75277
...@@ -27,7 +27,7 @@ val ktorVersion = rootProject.ext["ktor_version"].toString() ...@@ -27,7 +27,7 @@ val ktorVersion = rootProject.ext["ktor_version"].toString()
kotlin { kotlin {
android("android") { android("android") {
project.plugins.apply("com.android.library") project.plugins.apply("com.android.library")
publishLibraryVariants("release", "debug") //publishLibraryVariants("release", "debug")
project.android { project.android {
compileSdkVersion(29) compileSdkVersion(29)
buildToolsVersion("29.0.2") buildToolsVersion("29.0.2")
...@@ -134,12 +134,13 @@ kotlin { ...@@ -134,12 +134,13 @@ kotlin {
} }
} }
/*
publishing { publishing {
publications.withType<MavenPublication>().apply { publications.withType<MavenPublication>().apply {
val jvm by getting {} val jvm by getting {}
val metadata by getting { } val metadata by getting { }
} }
} }*/
/* /*
publishing { 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