flayre/android
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
..
src/main Initial commit 2020-09-03 06:29:10 -07:00
.gitignore Add gitignore for all modules 2020-09-04 13:26:38 -07:00
build.gradle Convert shared code and android library to Java 2020-09-04 14:20:02 -07:00