Join Slack
Powered by
Another problem. Updated the Kotlin plugin to 1.8....
# intellij
r
robstoll
04/09/2023, 8:19 PM
Another problem. Updated the Kotlin plugin to 1.8.20, now all my build.gradle.kts are broken, it fails with:
Can't find built-in class kotlin.Cloneable
I get the error around every 2 seconds. Is there a workaround next do downgrade the plugin?
a
Alexey Belkov [JB]
04/10/2023, 7:54 AM
Looks like
https://youtrack.jetbrains.com/issue/KTIJ-16960/AE-Cant-find-built-in-class-kotlin.Cloneable-on-loading-script-configuration
. Make sure Project SDK is correct and reimport the project / delete .idea folder and reimport.
r
robstoll
04/11/2023, 7:11 PM
deleting the .idea folder helped, thanks 👍
544
Views
Open in Slack
Previous
Next