Add TODO comment with bug

pull/182/head
Márton Braun 2 years ago
parent 6df6f03c95
commit 0e75e427e9

@ -71,9 +71,7 @@ dependencies {
kaptAndroidTest(libs.hilt.compiler) kaptAndroidTest(libs.hilt.compiler)
} }
// Workaround for kapt issues in Kotlin 1.7 // TODO b/239411851, Remove kapt workaround configuration
// https://github.com/google/dagger/issues/3448
// https://youtrack.jetbrains.com/issue/KT-52761
kapt { kapt {
correctErrorTypes = true correctErrorTypes = true
} }

Loading…
Cancel
Save