https://kotlinlang.org logo
#getting-started
Title
# getting-started
g

Gopal S Akshintala

09/16/2021, 12:51 PM
How can I solve this? Gradle: 7.2, Intellij: 2021.2.2, Kotlin: 1.5.30, Kotlin IDE plugin: 212-1.5.30-release-409-IJ4638.7 I tried,
rm -rf ~/.gradle/caches
and Invalidate Caches and restart on Intellij
a

Alexey Belkov [JB]

09/17/2021, 8:18 AM
This looks like a compiler frontend bug. Do you get it when opening a particular file? Try commenting out code to pinpoint the exact code pattern that is causing the bug. Then rewrite this code in some different way. If possible, please report this bug with sample code to reproduce to http://kotl.in/issue
4 Views