diff --git a/app/build.gradle b/app/build.gradle index e102017ef..ca3feded3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -161,6 +161,7 @@ dependencies { // Database implementation "androidx.room:room-runtime:${roomVersion}" annotationProcessor "androidx.room:room-compiler:${roomVersion}" + annotationProcessor "org.jetbrains.kotlin:kotlin-metadata-jvm:$kotlinVersion" // Retrofit implementation 'com.squareup.retrofit2:retrofit:3.0.0' diff --git a/build.gradle b/build.gradle index 409fd5849..2e2f7b7fb 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ buildscript { ext { - kotlinVersion = '2.3.21' + kotlinVersion = '2.4.0' commonsVersion = '2.4.1' androidCommonsVersion = '1.1.1' nextcloudAndroidCommonLib = "0.33.2"