Move to Kotlin 1.4.32 and 0.4.0-build180

This commit is contained in:
Nikolay Igotti
2021-04-12 12:26:03 +03:00
parent 1f15bbb373
commit 76e3f45f8b
16 changed files with 28 additions and 28 deletions

View File

@@ -9,10 +9,10 @@ buildscript {
dependencies {
// __LATEST_COMPOSE_RELEASE_VERSION__
classpath("org.jetbrains.compose:compose-gradle-plugin:0.3.2")
classpath("org.jetbrains.compose:compose-gradle-plugin:0.4.0-build180")
classpath("com.android.tools.build:gradle:4.0.1")
// __KOTLIN_COMPOSE_VERSION__
classpath(kotlin("gradle-plugin", version = "1.4.31"))
classpath(kotlin("gradle-plugin", version = "1.4.32"))
}
}