No description
Find a file
William Brawner 10a5bf9e7b Convert shared code and android library to Java
There may still be some use cases where having the library in Java makes sense, such as to keep the aar file as small as possible. The server code is also in Java and while size isn't a constraint, I'd like to keep memory down where possible by avoiding unnecessary dependencies being loaded into the classpath at runtime. Whether or not excluding Kotlin makes a huge difference may even be a trivial concern but I don't have the time or desire to benchmark it.

Signed-off-by: William Brawner <me@wbrawner.com>
2020-09-04 14:20:02 -07:00
android Convert shared code and android library to Java 2020-09-04 14:20:02 -07:00
app Add gitignore for all modules 2020-09-04 13:26:38 -07:00
gradle/wrapper Convert server code from Kotlin/Ktor to Java/Spring Boot 2020-09-04 14:02:57 -07:00
server Convert server code from Kotlin/Ktor to Java/Spring Boot 2020-09-04 14:02:57 -07:00
shared Convert shared code and android library to Java 2020-09-04 14:20:02 -07:00
.gitignore Initial commit 2020-09-03 06:29:10 -07:00
build.gradle Migrate to groovy-based gradle config 2020-09-04 13:24:42 -07:00
gradle.properties Migrate to groovy-based gradle config 2020-09-04 13:24:42 -07:00
gradlew Initial commit 2020-09-03 06:29:10 -07:00
gradlew.bat Initial commit 2020-09-03 06:29:10 -07:00
local.properties Initial commit 2020-09-03 06:29:10 -07:00
settings.gradle Migrate to groovy-based gradle config 2020-09-04 13:24:42 -07:00