After migratin to kts, and build src, gradle deci...
# gradle
e
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
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
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.
But hard to guess without seeing your actual build logic
e
indeed, i’ve applyed by mistake kotlin plugin on the root of the prj. 🤦