yeah, I’ve just updated my `settings.gradle` to `s...
# gradle
h
yeah, I’ve just updated my
settings.gradle
to
settings.gradle.kts
. It works without problems. A few months ago I had problems importing the project into IntelliJ and
rootProject.name
was missing a setter method. I see this was fixed in the meantime. Great work!
g
Yeah, bug of Kotlin Idea plugin, fixed in 1.2.30 https://youtrack.jetbrains.com/issue/KT-22473
👍 1