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

SrSouza

02/18/2020, 11:42 PM
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

Mark Murphy

02/18/2020, 11:47 PM
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"
  }
3 Views