diff --git a/examples/imageviewer/settings.gradle.kts b/examples/imageviewer/settings.gradle.kts index c9e909feca..1be1325e08 100755 --- a/examples/imageviewer/settings.gradle.kts +++ b/examples/imageviewer/settings.gradle.kts @@ -6,10 +6,10 @@ buildscript { } dependencies { - classpath("org.jetbrains.compose:compose-gradle-plugin:0.1.0-demo3") + classpath("org.jetbrains.compose:compose-gradle-plugin:0.1.0-build53") classpath("com.android.tools.build:gradle:4.0.1") classpath(kotlin("gradle-plugin", version = "1.4.0")) } } -include(":common", ":android", ":desktop") \ No newline at end of file +include(":common", ":android", ":desktop") diff --git a/examples/issues/settings.gradle.kts b/examples/issues/settings.gradle.kts index c9e909feca..1be1325e08 100644 --- a/examples/issues/settings.gradle.kts +++ b/examples/issues/settings.gradle.kts @@ -6,10 +6,10 @@ buildscript { } dependencies { - classpath("org.jetbrains.compose:compose-gradle-plugin:0.1.0-demo3") + classpath("org.jetbrains.compose:compose-gradle-plugin:0.1.0-build53") classpath("com.android.tools.build:gradle:4.0.1") classpath(kotlin("gradle-plugin", version = "1.4.0")) } } -include(":common", ":android", ":desktop") \ No newline at end of file +include(":common", ":android", ":desktop")