My .kts file IDE support is totally broken, everyt...
# android-studio
r
My .kts file IDE support is totally broken, everything's red, and trying to load script configs fails as well. Is it bad to mix groovy / kts configs in different subprojects?
x
Is the
.kts
file placed in a directory Gradle understands? You can't place a
.kts
in some directory and expect the IDE to index it
r
It gets read just fine, and the build works as expected.