diff --git a/app/build.gradle.kts b/app/build.gradle.kts index e06d72f..400e8b4 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -43,7 +43,7 @@ android { compose = true } composeOptions { - kotlinCompilerExtensionVersion = "1.4.7" + kotlinCompilerExtensionVersion = "1.5.6" } packaging { resources { diff --git a/presentation/build.gradle.kts b/presentation/build.gradle.kts index 9d52d7a..11f46d5 100644 --- a/presentation/build.gradle.kts +++ b/presentation/build.gradle.kts @@ -40,7 +40,7 @@ android { compose = true } composeOptions { - kotlinCompilerExtensionVersion = "1.4.7" + kotlinCompilerExtensionVersion = "1.5.6" } packagingOptions { resources {