Gustavo Gelape
06/28/2022, 6:13 PMkotlin {
sourceSets.debug {
kotlin.srcDirs += 'src/androidTest/java/com/example/project'
}
}
But then everything build related starts to fail since we use a lot of testImplementation, Dagger Hilt, etc.
So, my question is, by any chance anyone know a way to include test folders in symbol processing (KSP) without adding them as sourceSets?Jiaxiang
06/29/2022, 8:49 PMGustavo Gelape
06/29/2022, 8:51 PMJiaxiang
06/29/2022, 8:52 PMGustavo Gelape
06/29/2022, 8:53 PM