.kts notation: `implementation(project(":mysdk"))`...
# android
v
.kts notation:
implementation(project(":mysdk"))
The advantage of using kts is you get autocomplete, so you should see it autocomplete working as you type
p
It's not like that. I had one of my Android project converted to use Kotlin DSL with the hopes of every advantages of Kotlin over Groovy. But, currently, I see no difference except missing the nice Groovy DSL.
v
Advantages: Type safety, auto complete, kotlin, better tooling support 🤷