diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 3666c6dc..92203308 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.0" } packaging { resources { diff --git a/presentation/build.gradle.kts b/presentation/build.gradle.kts index 43e0f12b..38628737 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.0" } packagingOptions { resources {