Hello, did someone manage to publish the two libra...
# multiplatform
g
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
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
Thanks!
r
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!