Join Slack
Powered by
After migratin to kts, and build src, gradle deci...
# gradle
e
Enrico Del Zotto
11/03/2022, 4:18 PM
After migratin to kts, and build src, gradle decided to create these 2 empty modules at root level of the prj, anyone for any change had same issue ?
j
Javier
11/03/2022, 4:30 PM
I haven't see it before, if you delete them they are recreated? If so, looks like one of the plugins applied is creating those dirs
v
Vampire
11/03/2022, 4:37 PM
My guess would be that you apply your convention plugin that applies Java or Kotlin plugin to your root project which you did not do before.
Vampire
11/03/2022, 4:38 PM
But hard to guess without seeing your actual build logic
e
Enrico Del Zotto
11/03/2022, 4:54 PM
indeed, i’ve applyed by mistake kotlin plugin on the root of the prj. 🤦
12
Views
Open in Slack
Previous
Next