This message was deleted.
# android
s
This message was deleted.
j
looks like they are using version catalogs
if not, they will have a property called libs in
buildSrc
or whatever included build
looks for
libs.versions.toml
file or check the
settings.gradle.kts
file to see if they are using version catalogs
๐Ÿ‘ 1
c
Aha. There is a toml file but its outside of this project (its being referenced by
..toml.toml
Thanks @Javi!
๐Ÿ˜€ 1
thats why none of the deps were coming up when i was searching. phew. the world makes sense again
c
d
Android studio won't pick them up via command click like you may with some other methods. The naming can get odd to back track - depending on the conversation. E.g., the toml file won't let org.junit = {}. It you do org-junit = {}. It translates to org.junit in your build scripts.