Someone please help. I'm facing an issue which I'm...
# community-support
s
Someone please help. I'm facing an issue which I'm trying to resolve. lintDebug task for a module on my android project is passing locally. But it's failing on circleci. I've checked jvm version. It's 17. Gradle version is 8.9, have tried 8.4, kotlin is 1.9.23. The task output says that it has filtered some 200 errors by baseline but rest are still errors, where as i have already ran updateLintBaseline. Someone guide me 🙏
v
Can you create a build scan of the CCI run and the local run? Then you can easily compare.
s
I'm doing it now. I already fill I'll be one step closer to finding the issue. I'm so thankful to you. Once i do, I'll share if i need help again.
👌 1
I see the dependencies are same. Jdk version diff is 17.0.9 and 17.0.10, i don't think this should break it. I see diff in configuration though. Local doesn't have kaptDebug config. How do i debug further? @Vampire i have kapt in my build which shouldn't be there i guess. I see warnings that kapt should be replaced with ksp. Can this cause the issue?
v
I have no idea, I don't know you build. Besides that I'm not too familiar with kapt and ksp. But from gut feeling I'd doubt it