I have a question regarding publishing a library (.jar output) to a Maven repo with Gradle, but I'm not really sure where to put it, so I'm placing it here. If there's a better place for it, please direct me!
Basically, I have my gradle file set up to publish to Bintray, but when I try to use it in a project (import it as a dependency), I get this error:
> Unable to resolve version for dependency 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:jar'
Should I remove Kotlin library dependencies from the output pom? Or bundle them with the .jar file? Or is there another way to resolve this?