Hey, I am trying to integrate compose 1.0.1 into a...
# compose
z
Hey, I am trying to integrate compose 1.0.1 into an existing project, what versions of Gradle and kotlin should I use?
m
I'm using the following :
Copy code
classpath 'com.android.tools.build:gradle:7.1.0-alpha02'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.21"
z
This is a production project, can't I use a Gradle version which is not alpha?
c
Use AGP 7.0.0, kotlin 1.5.21, and gradle 7.1.0 Those versions are all stable
👀 1
z
I ended up using 4.2.2 Gradle with 1.5.21 kotlin. Gradle 7.0.0 broke dependencies with firebase app distribution.