-
-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Kotlin, Gradle and Dependencies versions
Kotlin -> 1.9.20 JVM -> 21 Gradle -> 8.5-rc-1 agp -> 8.1.3 compose -> 1.5.10 composeCompiler -> 1.5.4 sqldelight -> 2.0.0 imageLoader -> 1.7.1 ktor -> 2.3.6 decompose -> 2.1.4-compose-experimental koin -> 3.5.2-RC1 ...
- Loading branch information
1 parent
5888471
commit d37f6de
Showing
12 changed files
with
122 additions
and
83 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
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
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
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,19 +1,19 @@ | ||
package com.mocoding.pokedex | ||
|
||
object Versions { | ||
const val gradlePlugin = "7.3.0" | ||
const val kotlin = "1.8.20" | ||
const val compose = "1.4.0" | ||
const val composeCompiler = "1.4.2" | ||
const val coroutines = "1.7.0" | ||
const val serialization = "1.4.1" | ||
const val mviKotlin = "3.1.0" | ||
const val decompose = "1.0.0-compose-experimental" | ||
const val essenty = "1.0.0" | ||
const val ktor = "2.2.3" | ||
const val sqlDelight = "2.0.0-alpha05" | ||
const val koin = "3.2.0" | ||
const val imageLoader = "1.2.10" | ||
const val logbackClassic = "1.2.11" | ||
const val kotlinWrappersBom = "1.0.0-pre.510" | ||
const val gradlePlugin = "8.1.3" | ||
const val kotlin = "1.9.20" | ||
const val compose = "1.5.10" | ||
const val composeCompiler = "1.5.4" | ||
const val coroutines = "1.7.3" | ||
const val serialization = "1.6.0" | ||
const val mviKotlin = "3.3.0" | ||
const val decompose = "2.1.4-compose-experimental" | ||
const val essenty = "1.2.0" | ||
const val ktor = "2.3.6" | ||
const val sqlDelight = "2.0.0" | ||
const val koin = "3.5.2-RC1" | ||
const val imageLoader = "1.7.1" | ||
const val logbackClassic = "1.4.11" | ||
const val kotlinWrappersBom = "1.0.0-pre.641" | ||
} |
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
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,5 +1,7 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-rc-1-bin.zip | ||
networkTimeout=10000 | ||
validateDistributionUrl=true | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
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
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
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
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