include kotlin in the sample module

This commit is contained in:
tibbi 2018-11-04 12:06:41 +01:00
parent 5368fe8bb4
commit 6cf589d4b5

View file

@ -28,4 +28,5 @@ android {
dependencies {
implementation project(':commons')
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
}