any one having this issue after updating to alpha1...
# compose
a
any one having this issue after updating to alpha11
org.jetbrains.kotlin.ir.expressions.impl.IrCallImpl@1240ed89: No such type argument slot: 1
?
1
j
Are you sure you've updated both your
kotlinCompilerExtensionVersion
and the maven dependencies in your gradle files? If so, can you try to produce a minimal repro, file a bug, and link it in this thread?
n
If you are using compose navigation it could be related to that. Navigation alpha06 works only with compose alpha11, as far I can read from https://developer.android.com/jetpack/androidx/releases/navigation#compose-1.0.0-alpha06
s
Using Kotlin version
1.4.21-2
fixes this error for me.
a
problem as indeed the version of the navigation
Navigation alpha06
after bumping that one it worked fine 🙂 thank you guys