A starter app written in Kotlin for Android -- built using Bazel
This repository contains simple Kotlin 1.3 application and its Bazel build files. To build these samples, do the following:
- Update you PATH and set up
ANDROID_HOME
variable as it is written here - Run
bazel build //app/src/main:bazel
to build project
Explore our Kotlin build rules and use the same in your projects.
- Kotlin 1.3 support
- Annotation processing
- Databinidng is not supported