chore(deps): update plugin org.jetbrains.compose to v1.0.1 (#274)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-12-24 01:14:40 +05:30 committed by GitHub
parent 9730b09705
commit 067c568b9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ pluginManagement {
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
google()
}
plugins { id("org.jetbrains.compose") version "1.0.1-rc2" apply false }
plugins { id("org.jetbrains.compose") version "1.0.1" apply false }
}
dependencyResolutionManagement {