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.2) expects a minimum runtime version of 1.0.0.
Details in 🧵
theapache64
09/06/2021, 11:41 AM
I am using
Copy code
compose_version = '1.0.2'
kotlin_version = '1.5.21'
with AGP "com.android.tools.build:gradle:7.0.2"
Anyone know why am getting this? and how do i fix it? 🤔