diff --git a/app/build.gradle b/app/build.gradle index 1b99c89a..8b5abaa1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -37,7 +37,7 @@ android { compose true } composeOptions { - kotlinCompilerExtensionVersion '1.4.7' + kotlinCompilerExtensionVersion '1.5.5' } packagingOptions { resources { diff --git a/kalendar-endlos/build.gradle b/kalendar-endlos/build.gradle index 367aa11f..a1178257 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.5' } buildTypes { release { diff --git a/kalendar/build.gradle b/kalendar/build.gradle index 6b9399f5..c3190bbd 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.5' } buildTypes { release {