https://kotlinlang.org logo
g

galex

12/16/2019, 2:19 PM
Hello, did someone manage to publish the two library variants to Artifactory? I am talking about the following:
Copy code
android {
    publishLibraryVariants("release", "debug")
}
Any
build.gradle
example would be more than welcomed 🙂
d

Denis Shurygin

12/17/2019, 11:15 AM
It also generate signings to publish artifacts on Sonatype repository. If you interested only in configuration of POM file you could look 396 row
g

galex

12/17/2019, 12:07 PM
Thanks!
r

r4zzz4k

12/27/2019, 7:02 PM
For anybody wishing to check out the example, it's now at https://github.com/PocketByte/kotlin-kydra-log/blob/develop/library/build.gradle.kts as per README of the linked project. Denis, thank you very much for the sample!