my root `build.gradle` file has some android class...
# multiplatform
w
my root
build.gradle
file has some android classpath dependencies (which i think seems standard) - is there anyway to move these from the root gradle file - so i can run my backend module code on a device without android SDK? i know i could just export a JAR for that too