Noticed when trying to upload a Kotlin Native library to Bintray that the version is created but there are no files. What is needed in a build.gradle.kts file to include the missing files?
s
serebit
07/23/2020, 4:33 AM
I assume you're using the Bintray Gradle plugin—when using Kotlin multiplatform, you'll want to use the maven-publish plugin instead. If you need an example of a project that has a valid maven-publish configuration for Bintray and publishes native artifacts, you can check out my project https://gitlab.com/serebit/logkat.
👍 1
n
napperley
07/23/2020, 5:09 AM
Keep on getting a HTTP 404 from the Bintray server.
napperley
07/23/2020, 5:38 AM
Managed to get the library published however three empty versions were uploaded.
napperley
07/23/2020, 6:07 AM
Publishing now works as expected although the multiple packages uploaded to Bintray is weird.