Sorry for crossposting, but it may be related to b...
# compose
p
Sorry for crossposting, but it may be related to both Gradle and Compose. While building project got compilation warning
Copy code
Detected 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 don't know if my config has something to fix or there is some issue with Compose compiler.