Skip to content

Commit

Permalink
Toolchain resolver
Browse files Browse the repository at this point in the history
Gradle 8.x wants this apparently
  • Loading branch information
Wavesonics committed Jan 27, 2024
1 parent 6d0230c commit de711e1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ org.gradle.jvmargs=-Xmx2048M -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options\=
org.gradle.caching=true
org.gradle.parallel=true

org.gradle.java.installations.auto-detect=true
org.gradle.java.installations.auto-download=true

#Kotlin
kotlin.code.style=official

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
agp = "8.1.0"
agp = "8.2.2"
kotlin = "1.9.21"
compose = "1.5.11"
dokka = "1.9.0"
Expand Down
3 changes: 3 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ dependencyResolutionManagement {
}
}

plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.4.0"
}

rootProject.name = "compose-richeditor"

Expand Down

0 comments on commit de711e1

Please sign in to comment.