-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade build to support shared multiplatform Kotlin libs (#2181)
* Upgrade Gradle wrapper to 8.5 * Upgrade Kotlin and Hilt * Upgrade build plugin * Fix kt 1.9 deprecations * Upgrade Room * Workaround Kotlin + Hilt 1.9 * Required upgrade of androidCompileSdk * Add comment * Remove broken clean task * Fix build file syntax * Move shared Gradle var up one level
- Loading branch information
Showing
9 changed files
with
240 additions
and
149 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
#Wed Jun 17 16:29:45 BST 2020 | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip | ||
networkTimeout=10000 | ||
validateDistributionUrl=true | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists | ||
# "To use Gradle toolchain support, use the Android Gradle plugin (AGP) version 8.1.0-alpha09 or higher." | ||
# https://kotlinlang.org/docs/gradle-configure-project.html#gradle-java-toolchains-support | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip |
Oops, something went wrong.