diff --git a/app/build.gradle b/app/build.gradle index 1b99c89a..220d392a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -37,7 +37,7 @@ android { compose true } composeOptions { - kotlinCompilerExtensionVersion '1.4.7' + kotlinCompilerExtensionVersion '1.5.14' } packagingOptions { resources { diff --git a/kalendar-endlos/build.gradle b/kalendar-endlos/build.gradle index 367aa11f..347939e8 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.14' } buildTypes { release { diff --git a/kalendar/build.gradle b/kalendar/build.gradle index 6b9399f5..5d84b2fc 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.14' } buildTypes { release {