Skip to content

Commit

Permalink
Merge pull request #7 from JacquesSmuts/main
Browse files Browse the repository at this point in the history
Updated Versions (kotlin, coroutines, compose)
  • Loading branch information
MohamedRejeb committed May 12, 2023
2 parents a36c0f0 + 5b01451 commit a0e0e83
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 a0e0e83

Please sign in to comment.