Skip to content
Snippets Groups Projects
Verified Commit 6a73a14c authored by Mikolai Gütschow's avatar Mikolai Gütschow
Browse files

update Compose to 1.0.1-rc2

parent ba24b496
No related branches found
No related tags found
1 merge request!55Query data from Briar outside of UI thread
Pipeline #8704 passed
......@@ -29,9 +29,9 @@ buildscript {
}
plugins {
kotlin("jvm") version "1.5.31"
kotlin("kapt") version "1.5.31"
id("org.jetbrains.compose") version "1.0.0-beta5"
kotlin("jvm") version "1.6.10"
kotlin("kapt") version "1.6.10"
id("org.jetbrains.compose") version "1.0.1-rc2"
id("java")
id("idea")
id("org.jlleitschuh.gradle.ktlint") version "10.1.0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment