Skip to content

Commit

Permalink
Add google()
Browse files Browse the repository at this point in the history
  • Loading branch information
igordmn committed Jul 30, 2021
1 parent 810f51f commit fa2264b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion idea-plugin/examples/simple-preview-example/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
}
dependencies {
// __LATEST_COMPOSE_RELEASE_VERSION__
classpath("org.jetbrains.compose:compose-gradle-plugin:0.5.0-build262")
classpath("org.jetbrains.compose:compose-gradle-plugin:0.0.0-sync-2021-07-28-build290")
// __KOTLIN_COMPOSE_VERSION__
classpath(kotlin("gradle-plugin", version = "1.5.21"))
}
Expand All @@ -17,5 +17,6 @@ subprojects {
mavenLocal()
mavenCentral()
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
google()
}
}

0 comments on commit fa2264b

Please sign in to comment.