all: bump JetBrains Compose to 0.5.0-build225

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-06-17 06:59:43 +05:30
parent e23d4fea45
commit b5d91f1756
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@ import org.jetbrains.compose.compose
plugins {
kotlin("multiplatform")
id("org.jetbrains.compose") version "0.4.0"
id("org.jetbrains.compose") version "0.5.0-build225"
id("com.android.library")
}