Hildebrandt Tobias
06/25/2025, 9:07 PM2025.6.11
and now I get
org.jetbrains.kotlin.util.FileAnalysisException: While analysing Authentication.kt:47:1: org.jetbrains.kotlin.utils.exceptions.KotlinIllegalArgumentExceptionWithAttachments: Exception in declaration checker
Caused by: java.lang.IllegalStateException: Symbol for Any not found
For every top level object
declaration like
object Foo {
val bar: Bar
}
where there is no Any
?
EDIT Okay I cleaned and invalidated everything and it doesn't come up for now. I'll check back once the migration is fixed.
Edit2 I get the error with Kotlin 2.1.0, but not with 2.2.0, but migrating to 2.2.0 is much work now. sigh.CLOVIS
06/26/2025, 7:03 AM