PHondogo
04/21/2025, 8:23 PMDetected a @Composable function that overrides an open function compiled with older compiler that is known to crash at runtime. Consider recompiling the dependency with a newer compiler version (>= 2.1.20) to get correct behavior
But these 2 modules (dependent and dependency) are compiled with the same version of Kotlin Compose compiler 2.2.0-Beta1
I've made the small reproducer for this warning: https://github.com/hondogo/CustomKotlinCompilerPluginFailureRepro/tree/compose-version-warning
I'd appreciate any help, thanks!Vampire
04/22/2025, 7:32 AMPHondogo
04/22/2025, 7:35 AMPHondogo
04/22/2025, 4:31 PM