What is the proper way to create and publish Kotli...
# announcements
a
What is the proper way to create and publish Kotlin library (to Maven)? Currently I get warning
some JAR files in the classpath have the Kotlin Runtime library bundled into them. This may cause difficult to debug problems
What does it mean? Do I need to somehow exclude
kotlin-stdlib
from my library JAR? But what if I also want to use it in Java app?