What could be missing if one subproject of a gradl...
# announcements
r
What could be missing if one subproject of a gradle project is omitted when
publishToMavenLocal
task is executed (it doesn't even assemble jars). I have added
id("maven-publish")
plugin. The subproject in kotlin/js and the parent project is mpp.
when running gradle with
--debug
i see that
publishToMavenLocal
task is
UP-TO-DATE
t
Do you use
kotlin
component for publish?