You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove older kotlin versions (1.9.0 and 1.9.10) in nativeCacheKind test
The recent compose core libs are built using 1.9.21, and apparently, older k/native versions don't support them.
e: kotlin.NotImplementedError: Generation of stubs for class org.jetbrains.kotlin.ir.symbols.impl.IrTypeParameterPublicSymbolImpl is not supported yet
// Note: we used to test with kotlin version 1.9.0 and 1.9.10 too,
133
+
// but since we now use Compose core libs (1.6.0-dev-1340 and newer) built using kotlin 1.9.21,
134
+
// the compiler crashed (older k/native doesn't support libs built using newer k/native):
135
+
// e: kotlin.NotImplementedError: Generation of stubs for class org.jetbrains.kotlin.ir.symbols.impl.IrTypeParameterPublicSymbolImpl is not supported yet
146
136
147
137
val defaultKotlinVersion = kotlinVersionNumbers(TestKotlinVersions.Default)
148
138
if (defaultKotlinVersion >=KotlinVersion(1, 9, 20)) {
0 commit comments