https://kotlinlang.org logo
#compose
Title
# compose
y

Yahor

11/16/2020, 7:28 PM
Hello) I try to add Compose into existing project, copy paste all necessary dependencies from sample project but during compilation receive very interesting error 😄 Gradle build tools: 4.2.0-alpha16
Copy code
e: androidx.compose.compiler.plugins.kotlin.IncompatibleComposeRuntimeVersionException: You are using an outdated version of Compose Runtime that is not compatible with the version of the Compose Compiler plugin you have installed. The compose compiler plugin you are using (version 1.0.0-alpha07) expects a minimum runtime version of 1.0.0-alpha07.
Looks like fixed by adding.
Copy code
implementation("com.google.android.material:compose-theme-adapter:${LibrariesVersion.compose}")