https://kotlinlang.org logo
Title
r

Ravi

07/03/2021, 1:01 PM
Hi, our project got
compileSDkVersion 29
, after upgrading compose to
rc01
we are facing this issue 🧵
The minCompileSdk (30) specified in a
dependency's AAR metadata (META-INF/com/android/build/gradle/aar-metadata.properties)
is greater than this module's compileSdkVersion (android-29).
Dependency: androidx.compose.material:material:1.0.0-rc01.
a

Adam Powell

07/03/2021, 1:22 PM
It's always safe to set your project's compileSdkVersion to the latest stable sdk. It has no effect on runtime behavior or compatibility, it only determines the set of platform APIs known to your code. (It's targetSdkVersion that controls runtime compatibility behavior.)
☝️🏼 1
4
☝️🏻 1
☝️ 5