diff --git a/app/build.gradle b/app/build.gradle index 0374c70..10f9e4b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -37,7 +37,7 @@ android { compose true } composeOptions { - kotlinCompilerExtensionVersion '1.4.7' + kotlinCompilerExtensionVersion '1.5.2' } packagingOptions { resources { diff --git a/charty/build.gradle b/charty/build.gradle index 36d8f4c..4df09d5 100644 --- a/charty/build.gradle +++ b/charty/build.gradle @@ -22,7 +22,7 @@ android { } composeOptions { - kotlinCompilerExtensionVersion '1.4.7' + kotlinCompilerExtensionVersion '1.5.2' } buildTypes { release { @@ -41,7 +41,7 @@ android { compose true } composeOptions { - kotlinCompilerExtensionVersion '1.4.7' + kotlinCompilerExtensionVersion '1.5.2' } } mavenPublishing {