Join Slack
Powered by
Anyone knows why `plugins { kotlin("jvm") }` does ...
# gradle
m
mcpiroman
10/04/2021, 4:56 PM
Anyone knows why
plugins { kotlin("jvm") }
does not apply configurations like
api
in subproject?
t
tapchicoma
10/04/2021, 5:01 PM
because plugin is only applied to the current project 🙂 You need to explicitly apply plugin in subprojects build scripts as well
🙏 1
5
Views
Open in Slack
Previous
Next