Hi, we are looking to integrate AI pr reviews in b...
# android
b
Hi, we are looking to integrate AI pr reviews in bitbucket for our Kotlin code. Does one have any good recommendation? as we need a model that really understands and trained on Kotlin
đź‘€ 2
v
I don’t have experience with AI for PR but would recommend all other non AI chcecks for pr verification once that is fully cover building on top of that with AI. Detekt, Konsist, KTlint, Dependency guard, Graph assert, Android lint with custom default + custom rules can help with pr chceck automation quite a lot.
d
Is that bitbucket feature or you are using any external plugins?