Add TODO comment with bug

pull/1837/head
Márton Braun 3 years ago
parent 11e1ab5eb2
commit 743799b5d3

@ -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