Skip to content

Commit

Permalink
Updated Versions.kt
Browse files Browse the repository at this point in the history
- kotlin to 1.8.20
- coroutines to 1.7.0
- compose to 1.4.0

Also fixed a small spelling error.

Signed-off-by: Jacques Smuts <[email protected]>
  • Loading branch information
JacquesSmuts committed May 9, 2023
1 parent a36c0f0 commit 5b01451
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ android {
compose = true
}
composeOptions {
kotlinCompilerExtensionVersion = Versions.composeCompoiler
kotlinCompilerExtensionVersion = Versions.composeCompiler
}
packagingOptions {
resources {
Expand Down
8 changes: 4 additions & 4 deletions buildSrc/src/main/java/com/mocoding/pokedex/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ package com.mocoding.pokedex

object Versions {
const val gradlePlugin = "7.3.0"
const val kotlin = "1.8.10"
const val compose = "1.3.1"
const val composeCompoiler = "1.4.2"
const val coroutines = "1.6.4"
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"
Expand Down

0 comments on commit 5b01451

Please sign in to comment.