diff --git a/app/build.gradle b/app/build.gradle index 1b99c89a..6318b113 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -37,7 +37,7 @@ android { compose true } composeOptions { - kotlinCompilerExtensionVersion '1.4.7' + kotlinCompilerExtensionVersion '1.5.0' } packagingOptions { resources { diff --git a/kalendar-endlos/build.gradle b/kalendar-endlos/build.gradle index 367aa11f..a83a6a3b 100644 --- a/kalendar-endlos/build.gradle +++ b/kalendar-endlos/build.gradle @@ -21,7 +21,7 @@ android { consumerProguardFiles "consumer-rules.pro" } composeOptions { - kotlinCompilerExtensionVersion '1.4.7' + kotlinCompilerExtensionVersion '1.5.0' } buildTypes { release { diff --git a/kalendar/build.gradle b/kalendar/build.gradle index 6b9399f5..ca525f9b 100644 --- a/kalendar/build.gradle +++ b/kalendar/build.gradle @@ -21,7 +21,7 @@ android { consumerProguardFiles "consumer-rules.pro" } composeOptions { - kotlinCompilerExtensionVersion '1.4.7' + kotlinCompilerExtensionVersion '1.5.0' } buildTypes { release {