We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cc9507 commit 061768aCopy full SHA for 061768a
build.gradle
@@ -1,18 +1,14 @@
1
-// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
buildscript {
3
ext {
4
- compose_version = '1.0.1'
+ compose_version = '1.0.5'
5
}
6
repositories {
7
google()
8
mavenCentral()
9
10
dependencies {
11
classpath "com.android.tools.build:gradle:7.0.3"
12
- classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.21'
13
-
14
- // NOTE: Do not place your application dependencies here; they belong
15
- // in the individual module build.gradle files
+ classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.31'
16
17
18
0 commit comments