|
|
|
|
|
by airless_bar
3693 days ago
|
|
Ah alright. yes, I think it makes more sense to define the GUI with code. Typed resources help with it. sbt-android-gradle has full support for Gradle projects, but to be honest: Gradle is utter shit. Just use the SBT plugin. it works so much better.
The latest version even manages SDK and NDK for you. |
|
I notice Kobalt [2] for Kotlin is still being actively developed, and Leiningen for Clojure, both using the syntax of the language they're compiling for their build DSL. If Gradle won't become language agnostic for specifying its build scripts instead of shoving something else down people's throats, people will elsewhere, or stick with Maven.
[1] http://alvinalexander.com/scala/sbt-syntax-examples
[2] https://github.com/cbeust/kobalt