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
xoangon
10/04/2023, 6:29 PM
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
reactormonk
10/04/2023, 6:30 PM
It gets read just fine, and the build works as expected.