electrolobzik
12/29/2023, 1:45 PMimplementation(compose.material3)
in my gradle config, what version of the library is used? (And how can I check it from IDE?)KamilH
12/29/2023, 6:25 PM./gradlew :module_name:dependencies
should helpefemoney
12/30/2023, 9:47 AMlibs.versions.toml
. These “shortcuts” do worse for understanding the build script than other APIs.Cheick Kante
12/30/2023, 6:56 PM