Skip to content

Commit

Permalink
[#514] Remove redundant kapt usage
Browse files Browse the repository at this point in the history
  • Loading branch information
luongvo committed Oct 2, 2023
1 parent e04a880 commit 0e7859d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions template-compose/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import org.jetbrains.kotlin.konan.properties.loadProperties
plugins {
id(Plugins.ANDROID_APPLICATION)
id(Plugins.KOTLIN_ANDROID)
id(Plugins.KOTLIN_KAPT)
id(Plugins.KOTLIN_PARCELIZE)
id(Plugins.KOVER)
}
Expand Down Expand Up @@ -122,10 +121,6 @@ android {
}
}

kapt {
correctErrorTypes = true
}

dependencies {
implementation(project(Modules.DATA))
implementation(project(Modules.DOMAIN))
Expand Down
1 change: 0 additions & 1 deletion template-compose/buildSrc/src/main/java/Plugins.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ object Plugins {

const val KOTLIN_JVM = "org.jetbrains.kotlin.jvm"
const val KOTLIN_ANDROID = "org.jetbrains.kotlin.android"
const val KOTLIN_KAPT = "kotlin-kapt"
const val KOTLIN_PARCELIZE = "kotlin-parcelize"

const val KOVER = "org.jetbrains.kotlinx.kover"
Expand Down

0 comments on commit 0e7859d

Please sign in to comment.