Calling for help. While building project got compi...
# gradle
p
Calling for help. 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'd appreciate any help, thanks!
v
To me this doesn't sound like in any way related to Gradle. Maybe someone in #CJLTWPH7S could help better?
p
Posting here cause may be there is something wrong with my project's Gradle config.