xxfast
08/27/2023, 3:58 AMcommonMain
@Composable
inline fun <reified T : Instance> rememberOnRoute(
key: Any = T::class.key,
..
): T { .. }
throws when building for native with
error: Compilation failed: Generation of stubs for class org.jetbrains.kotlin.ir.symbols.impl.IrTypeParameterPublicSymbolImpl is not supported yet
* Source files:
* Compiler version: 1.9.0
* Output kind: FRAMEWORK
As of kotlin 1.9 this still seems to be not implemented 🤔 Am I the only one to come across this? Seems to be an issue on the compiler and can't find any issue on the kotlin issue tracker for this.