Skip to content

Instantly share code, notes, and snippets.

@malvinstn
Created February 23, 2019 14:49
Show Gist options
  • Save malvinstn/81099dd8def7b74f44f662e16e80d362 to your computer and use it in GitHub Desktop.
Save malvinstn/81099dd8def7b74f44f662e16e80d362 to your computer and use it in GitHub Desktop.
...
apply plugin: 'kotlin-kapt'
android {
...
}
dependencies {
implementation project(':tracker')
compileOnly project(":annotation")
kapt project(':processor')
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment