ITADN

No support for latest Kotlin version

#1869OpenDark-Coders995 创建于 2025-07-10
O-CommunityT-BugFrequency:AlwaysRepro:AlwaysSDK-Use:LocalEncryption:On
D
Dark-Coders995commented
### How frequently does the bug occur? Always ### Description After update to kotlin latest version my project doesn't compile. ### Stacktrace & log output ```shell Caused by: java.lang.NoSuchMethodError: 'org.jetbrains.kotlin.fir.types.ConeKotlinType org.jetbrains.kotlin.fir.types.FirResolvedTypeRef.getType()' at io.realm.kotlin.compiler.IrUtilsKt.isBaseRealmObject(IrUtils.kt:229) at io.realm.kotlin.compiler.fir.model.CompanionExtension.getNestedClassifiersNames(CompanionExtension.kt:45) at org.jetbrains.kotlin.fir.scopes.impl.FirGeneratedMemberDeclarationsStorage.getClassifierStorage$providers(FirGeneratedScopes.kt:170) at org.jetbrains.kotlin.fir.scopes.impl.FirGeneratedClassNestedClassifierScope$Companion.create(FirGeneratedScopes.kt:126) ``` ### Can you reproduce the bug? Always ### Reproduction Steps _No response_ ### Version Latest ### What Atlas App Services are you using? Local Database only ### Are you using encryption? Yes ### Platform OS and version(s) MAC OS ### Build environment Android Studio version: 2025.1.1 Android Build Tools version: 36.0.0 Gradle version: 8.14.2 Kotlin Version : 2.2.0
1 条评论