From 598e1dbf55e1622dd49eb3b81bc2a9e61ad93d8c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Jun 2023 22:22:58 +0000 Subject: [PATCH] Update kotlin --- app/build.gradle | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index a57755c..d97324f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -45,7 +45,7 @@ android { } composeOptions { - kotlinCompilerExtensionVersion '1.4.6' + kotlinCompilerExtensionVersion '1.4.8' } packagingOptions { @@ -117,7 +117,7 @@ dependencies { testImplementation "org.junit.jupiter:junit-jupiter-api:$jUnitVersion" testImplementation "org.junit.jupiter:junit-jupiter-params:$jUnitVersion" - testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.4" + testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.1" testImplementation project(path: ':app:testing') testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$jUnitVersion" diff --git a/build.gradle b/build.gradle index 61164d5..4e0f1e9 100644 --- a/build.gradle +++ b/build.gradle @@ -14,6 +14,6 @@ buildscript { plugins { id 'com.android.application' version '8.0.0' apply false id 'com.android.library' version '8.0.0' apply false - id 'org.jetbrains.kotlin.android' version '1.8.20' apply false + id 'org.jetbrains.kotlin.android' version '1.8.22' apply false id 'com.google.dagger.hilt.android' version "$hiltVersion" apply false } \ No newline at end of file