i don´t think so. B4X is not using Gradle at all.
Thank you. I didn't think so, but an AI agent kept insisting it does. Is there some directive or tool for b4x that can automatically download the various dependencies of a library referenced by #AdditionalJar. For example,
Here is the list of direct compile dependencies for androidx.car.app:app:1.4.0.
androidx.annotation:annotation:1.1.0 (.jar)
androidx.car.app:app-client:1.4.0 (.aar)
androidx.car.app:app-projected:1.4.0 (.aar)
androidx.core:core:1.6.0 (.aar)
androidx.lifecycle:lifecycle-common-java8:2.6.1 (.jar)
androidx.lifecycle:lifecycle-service:2.6.1 (.aar)
com.google.common.util.concurrent:listenablefuture:1.0 (.jar).
Thanks.