Rafael Sarreta Lucindo

Results 4 comments of Rafael Sarreta Lucindo

> Hi [@rafaelslucindo](https://github.com/rafaelslucindo), > > This is being triggered by a Compose Lint checks, e.g. [https://cs.android.com/androidx/platform/frameworks/support/+/androidx-main:compose/[…]droidx/compose/runtime/lint/ComposableFlowOperatorDetector.kt](https://cs.android.com/androidx/platform/frameworks/support/+/androidx-main:compose/runtime/runtime-lint/src/main/java/androidx/compose/runtime/lint/ComposableFlowOperatorDetector.kt) > > You should get rid of this by: > > * Disabling the...

> runtimeOnly("org.jetbrains.kotlin:kotlinx-metadata-jvm:0.9.0") Did not work. One observations: I do not use kotlin in my project. ``` FAILURE: Build completed with 8 failures. 1: Task failed with an exception. ----------- *...

> [@rafaelslucindo](https://github.com/rafaelslucindo) , could you try with the following instead? [Kotlin Metadata ](https://github.com/JetBrains/kotlin/blob/master/libraries/kotlinx-metadata/jvm/Migration.md)has changed its naming coordinate. > > `runtimeOnly("org.jetbrains.kotlin:kotlin-metadata-jvm:YOUR_KOTLIN_VERSION")` As I said before, I don't use Kotlin in my...

> Hi [@rafaelslucindo](https://github.com/rafaelslucindo) . Regardless of whether you are using Kotlin on your project, can you try adding this dependency? Try the version 2.1.0 > > This seems to be...