Update compose to 2023.08.00

This commit is contained in:
Oleksandr Balan
2023-09-06 22:37:10 +02:00
parent 9addca8f27
commit 23a394897a
35 changed files with 431 additions and 332 deletions

23
settings.gradle.kts Normal file
View File

@@ -0,0 +1,23 @@
pluginManagement {
includeBuild("build-logic")
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version ("0.7.0")
}
dependencyResolutionManagement {
repositories {
google()
mavenCentral()
}
}
rootProject.name = "PageCurl"
include(":demo")
include(":pagecurl")