mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-03-10 08:11:20 +00:00
Fix examples, move all of them to Gradle 7.1.1
This commit is contained in:
@@ -28,7 +28,6 @@ kotlin {
|
||||
}
|
||||
named("desktopMain") {
|
||||
kotlin.srcDirs("src/jvmMain/kotlin")
|
||||
resources.srcDirs("src/commonMain/resources")
|
||||
dependencies {
|
||||
api(compose.desktop.common)
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.9-all.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
||||
Reference in New Issue
Block a user