Hey folks. I'm trying to distribute a Kotlin-based...
# android
g
Hey folks. I'm trying to distribute a Kotlin-based Android library, but I'm having issues with the AAR file. It's generated by
./gradlew build
in
./lib/build/outputs/aar/lib-release.aar
, but: • The POM file isn't referring to the AAR file: https://jitpack.io/com/github/relaycorp/relaynet-endpoint-android/1.0.0/relaynet-endpoint-android-1.0.0.pom • The AAR file isn't picked up by Jitpack or Bintray. Here's my build.gradle and lib/build.gradle . Any idea what's wrong? We're already compared what we're doing against other libraries (e.g., flow-preferences), and we can't see any difference that would explain this behaviour.