I noticed that when I apply `maven-publish`, autom...
# multiplatform
e
I noticed that when I apply
maven-publish
, automatically all the publications are added, so I'm setting them up with
withType<MavenPublication>
I wonder whether the
jvm
one does have
from(components["java"])
though does anybody know it?