Migrated to compose v1.0.0-beta6-dev464
This commit is contained in:
parent
4e15fabf75
commit
188a6a979f
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-beta5"
|
||||
id("org.jetbrains.compose") version "1.0.0-beta6-dev464"
|
||||
}
|
||||
|
||||
group = "aeab13.github"
|
||||
|
|
Loading…
Reference in a new issue