Updated to Kotlin 1.1.1

This commit is contained in:
Erik C. Thauvin 2017-04-04 11:20:56 -07:00
parent 8137508a46
commit 1dcd8711dc
2 changed files with 2 additions and 1 deletions

View file

@ -48,6 +48,7 @@ dependencies {
// https://github.com/hotchemi/PermissionsDispatcher
compile 'com.github.hotchemi:permissionsdispatcher:2.2.0'
kapt 'com.github.hotchemi:permissionsdispatcher-processor:2.2.0'
compile "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"
}
repositories {