top | item 46484033 (no title) mihael | 1 month ago Yes, exactly. SwifDroid automatically wires all the necessary Gradle dependencies, so you don’t have to manage them manually. discuss order hn newest nicoburns|1 month ago Does it still ultimately call into gradle to perform the build? mihael|1 month ago Yes, since we need Gradle dependencies in order to build rich UI with AndroidX or Material Design. But if you're interested in a minimal approach without Gradle, check out the example by @purpln here: https://github.com/purpln/android-example
nicoburns|1 month ago Does it still ultimately call into gradle to perform the build? mihael|1 month ago Yes, since we need Gradle dependencies in order to build rich UI with AndroidX or Material Design. But if you're interested in a minimal approach without Gradle, check out the example by @purpln here: https://github.com/purpln/android-example
mihael|1 month ago Yes, since we need Gradle dependencies in order to build rich UI with AndroidX or Material Design. But if you're interested in a minimal approach without Gradle, check out the example by @purpln here: https://github.com/purpln/android-example
nicoburns|1 month ago
mihael|1 month ago