Skip to content

Commit

Permalink
Bump Compose to 1.0.0 alpha2 (#59)
Browse files Browse the repository at this point in the history
* Bump Compose to 1.0.0 alpha2

* Update build.gradle.kts
  • Loading branch information
hfhbd authored Aug 4, 2021
1 parent 3507c85 commit bbcdfee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import java.util.Base64

plugins {
kotlin("multiplatform") version "1.5.21"
id("org.jetbrains.compose") version "0.5.0-build270"
id("org.jetbrains.compose") version "1.0.0-alpha2"
`maven-publish`
signing
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
Expand Down
1 change: 1 addition & 0 deletions integrationTest/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ plugins {

repositories {
mavenCentral()
google()
maven(url = "https://maven.pkg.jetbrains.space/public/p/compose/dev")
}

Expand Down

0 comments on commit bbcdfee

Please sign in to comment.