diff --git a/app/build.gradle.kts b/app/build.gradle.kts index e06d72f..fdd4a48 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.15" } packaging { resources { diff --git a/presentation/build.gradle.kts b/presentation/build.gradle.kts index 9d52d7a..fa33d73 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.15" } packagingOptions { resources {