have anyone noticed that `kapt` in kotlin `1.3.30`...
# kapt
t
have anyone noticed that
kapt
in kotlin
1.3.30
picks up wrong build cache entries? In our case build cache is populated only on CI builds and kapt sometimes picks up results from
master
branch that has new generated classes and fails local branch build with message "Can't find this new generated class type."
seems affected by this issue: https://youtrack.jetbrains.com/issue/KT-31064