Commit graph

4 commits

Author SHA1 Message Date
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
d23fdafc1f Add gitignore for all modules
Signed-off-by: William Brawner <me@wbrawner.com>
2020-09-04 13:26:38 -07:00
316bd8aeae Migrate to groovy-based gradle config
Signed-off-by: William Brawner <me@wbrawner.com>
2020-09-04 13:24:42 -07:00
8c1bd3a144 Initial commit
Signed-off-by: William Brawner <me@wbrawner.com>
2020-09-03 06:29:10 -07:00