Guys, Time to time after upgrading kotlin I get e...
# language-proposals
r
Guys, Time to time after upgrading kotlin I get errors like
Error:Kotlin: Class 'kotlin/annotation/AnnotationTarget' was compiled with an incompatible version of Kotlin. Its ABI version is 1.0.0, expected ABI version is 0.25.0
. Usually
gradle clean
or/and 'build' folder removal resolve this problem but not this time. Is there other places where I should cleanup something?