diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml index 8d81632..0e7620f 100644 --- a/.idea/kotlinc.xml +++ b/.idea/kotlinc.xml @@ -1,6 +1,6 @@ - - \ No newline at end of file + diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 2c0ac3c..d8674ff 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,7 +1,7 @@ [versions] agp = "8.3.0" -kotlin = "1.9.22" -compose-compiler = "1.5.8" +kotlin = "2.0.0-Beta4" +compose-compiler = "1.5.11-dev-k2.0.0-Beta4-21f5e479a96" android-support-annotations = "28.0.0" androidx-activity = "1.8.2" diff --git a/settings.gradle.kts b/settings.gradle.kts index 2743031..f5116cc 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -17,6 +17,7 @@ dependencyResolutionManagement { repositories { google() mavenCentral() + maven("https://androidx.dev/storage/compose-compiler/repository") } }