Updated compose to 1.0.0
This commit is contained in:
parent
5f4762691c
commit
8beebe06e4
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ plugins {
|
|||
kotlin("kapt") version "1.5.31"
|
||||
kotlin("plugin.serialization") version "1.5.31"
|
||||
// __LATEST_COMPOSE_RELEASE_VERSION__
|
||||
id("org.jetbrains.compose") version "1.0.0-rc12"
|
||||
id("org.jetbrains.compose") version "1.0.0"
|
||||
}
|
||||
|
||||
group = "aeab13.github"
|
||||
|
|
Loading…
Reference in a new issue