When publishing from a Kotlin project that targets...
# community-support
s
When publishing from a Kotlin project that targets JVM only, should I use
from(components["java"])
or
from(components["kotlin"])
with
maven-publish
? Also, what's the difference?