Hi guys, I'm getting this exception when I try to ...
# compose
s
Hi guys, I'm getting this exception when I try to run the app using Compose, anyone knows this exception and why could be the cause?
m
Do you have the following in the
android
closure in your module's
build.gradle
file?
Copy code
composeOptions {
    kotlinCompilerVersion "1.3.61-dev-withExperimentalGoogleExtensions-20200129"
    kotlinCompilerExtensionVersion "0.1.0-dev04"
  }