Does that ring a bell to anyone? Happens on a `set...
# intellij
m
Does that ring a bell to anyone? Happens on a
settings.gradle.kts
file and IntelliJ 2020.1. Itt was working well with 2019.3
a
Does it help to update Kotlin gradle and IDE plugins to 1.3.72, kill daemons with
./gradlew --stop
, remove .idea directory and reimport the project in IDE? Does it happen only in IDE or in command line build too? If not, please create an issue at http://kotl.in/issue with a sample project to reproduce, your IDEA logs and Kotlin gradle DSL logs: https://intellij-support.jetbrains.com/hc/en-us/articles/207241085-Locating-IDE-log-files https://docs.gradle.org/current/userguide/kotlin_dsl.html#troubleshooting
m
1.3.72
,
./gradlew --stop
,
rm -rf .idea
didn't help. Compiling from the command line works fine. I'll try to make a sample project.
I was able to reproduce in my pet project: https://youtrack.jetbrains.com/issue/IDEA-237832
🙏 1