diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml index 217e5c51..e805548a 100644 --- a/.idea/kotlinc.xml +++ b/.idea/kotlinc.xml @@ -1,6 +1,6 @@ - \ No newline at end of file diff --git a/build-logic/src/main/kotlin/com.example.platform.plugin/SamplePlugin.kt b/build-logic/src/main/kotlin/com.example.platform.plugin/SamplePlugin.kt index f649ee77..1e5828dd 100644 --- a/build-logic/src/main/kotlin/com.example.platform.plugin/SamplePlugin.kt +++ b/build-logic/src/main/kotlin/com.example.platform.plugin/SamplePlugin.kt @@ -41,7 +41,6 @@ class SamplePlugin : Plugin { with(pluginManager) { apply("com.android.library") apply("org.jetbrains.kotlin.android") - apply("org.jetbrains.kotlin.kapt") apply("com.google.devtools.ksp") apply("dagger.hilt.android.plugin") apply("kotlin-parcelize") @@ -103,7 +102,7 @@ class SamplePlugin : Plugin { "ksp"(libs.findLibrary("casa.processor").get()) "implementation"(libs.findLibrary("hilt.android").get()) - "kapt"(libs.findLibrary("hilt.compiler").get()) + "ksp"(libs.findLibrary("hilt.compiler").get()) "implementation"(libs.findLibrary("androidx.core").get()) "implementation"(libs.findLibrary("androidx.fragment").get())