juliocbcotta
01/31/2021, 9:55 AMpublishing {
publications {
release(MavenPublication) {
from components.java
}
}
and I also saw components.kotlin somewhere else…
What is the difference in using components.java and components.koltin ?