I am getting issue with hilt, code coverage is showing all time 0%, before hilt code coverage is proper calculate using jacoco. but after after using hilt all test case is working fine but code coverage is not calculate.
I have tried both ----
hilt {
enableTransformForLocalTests = true
}
kapt {
correctErrorTypes = true
}
I have tried above all posible options provide by hilt. But there is not any success on coverage and it's still 0%
I have tried below all suggestions and some tracker issue on google,but not getting any exact solution.
1). First Link
2). Second Link
3). Third Link
4). Fourth Link
Please help me to sort out from this problem. Thanks