diff --git a/app/build.gradle b/app/build.gradle index 4258c8d61..8f7e48464 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,6 +1,5 @@ apply plugin: 'com.android.application' apply plugin: 'kotlin-android' -apply plugin: 'kotlin-kapt' apply plugin: "androidx.navigation.safeargs.kotlin" apply plugin: 'kotlin-parcelize' apply plugin: 'com.google.devtools.ksp' diff --git a/gradle.properties b/gradle.properties index c286cf15c..5a5b46413 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,5 @@ android.injected.testOnly=false android.useAndroidX=true -kapt.verbose=true kotlin.code.style=official org.gradle.caching=true org.gradle.configureondemand=true