Upgraded compose version
This commit is contained in:
parent
67d410fd12
commit
70f1ec89ee
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ plugins {
|
|||
// __KOTLIN_COMPOSE_VERSION__
|
||||
kotlin("jvm") version "1.5.21"
|
||||
// __LATEST_COMPOSE_RELEASE_VERSION__
|
||||
id("org.jetbrains.compose") version "1.0.0-alpha1"
|
||||
id("org.jetbrains.compose") version "1.0.0-alpha3"
|
||||
}
|
||||
|
||||
group = "me.user"
|
||||
|
|
Loading…
Reference in a new issue