chore(deps): update plugin org.jetbrains.compose to v1.1.0-rc01 (#304)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
renovate[bot] 2022-02-22 11:51:15 +00:00 committed by GitHub
parent c5f216dbb4
commit bbaa1bac0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ pluginManagement {
}
google()
}
plugins { id("org.jetbrains.compose") version "1.1.0-alpha05" apply false }
plugins { id("org.jetbrains.compose") version "1.1.0-rc01" apply false }
}
dependencyResolutionManagement {
@ -17,7 +17,10 @@ dependencyResolutionManagement {
mavenCentral()
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev") {
name = "JetBrains Compose Dev Repository"
content { includeGroupByRegex("org\\.jetbrains\\.compose.*") }
content {
includeGroupByRegex("org\\.jetbrains\\.compose.*")
includeGroup("org.jetbrains.skiko")
}
}
google()
}