I read it's a version catalog and there is a toml ...
# community-support
k
I read it's a version catalog and there is a toml file: gradle/libs.versions.toml So, I can find the actual dependencies there.
🧵 2
v
Exactly, but please do not split topics across several threads. This makes following the conversation in the threads view very hard as the context of the other messages is missing. If you have additional information either edit the original message or post to its thread. Btw. I highly recommend using the Kotlin DSL instead. By now it is the default DSL, you instantly get type-safe build scripts, actually helpful error messages if you mess up the syntax, and an amazingly better IDE support if you use a good IDE like IntelliJ IDEA or Android Studio.
k
Thanks. I just joined, so didn't think to reply to myself.
I haven't looked much into kotlin, other than to wonder why someone would use it instead of scala.