Hey guys, can someone help me figure out why I'm g...
# compose
c
Hey guys, can someone help me figure out why I'm getting this when I use compose compiler version 1.3.2 and kotlin 1.7.20 (I've seen this https://github.com/google/ksp/issues/1050 but that was with a beta version of 1.7.20):
Copy code
e: java.lang.NoSuchMethodError: 'void org.jetbrains.kotlin.codegen.state.KotlinTypeMapper.<init>(org.jetbrains.kotlin.resolve.BindingContext, org.jetbrains.kotlin.codegen.ClassBuilderMode, java.lang.String, org.jetbrains.kotlin.config.LanguageVersionSettings, boolean, org.jetbrains.kotlin.codegen.state.IncompatibleClassTracker, org.jetbrains.kotlin.config.JvmTarget, boolean, kotlin.jvm.functions.Function1, kotlin.jvm.functions.Function1, int, kotlin.jvm.internal.DefaultConstructorMarker)'
        at com.google.devtools.ksp.processing.impl.ResolverImpl.<init>(ResolverImpl.kt:143)
        at com.google.devtools.ksp.AbstractKotlinSymbolProcessingExtension.doAnalysis(KotlinSymbolProcessingExtension.kt:188)
Updated the kotlin and compose compiler version but forgot to update the KSP version. SMH
101 Views