We’re using Github as source control and Jenkins as CI system. Our Android project consists of Java (66%) and Kotlin (34%), it’s split into multiple modules (>10) and we’re using Kotlin KTS for syncing dependencies.
My question, how do you setup sonar cloud dependency for such project? I’m only seeing documentation for setting up in Groovy-based manner.
Yep. How would you write that Groovy code in Kotlin DSL? When I try, it returns errors in syncing dependencies and it won’t build the multi-module project.