Commit 6fbd7e80 authored by Filipe de Lima Brito's avatar Filipe de Lima Brito

Add kotlin-android-extensions plugin.

parent 25ceb0d6
apply plugin: 'com.android.application' apply plugin: 'com.android.application'
apply plugin: 'kotlin-android' apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'kotlin-kapt' apply plugin: 'kotlin-kapt'
android { android {
...@@ -52,6 +53,7 @@ dependencies { ...@@ -52,6 +53,7 @@ dependencies {
exclude group: 'com.android.support', module: 'support-annotations' exclude group: 'com.android.support', module: 'support-annotations'
}) })
} }
repositories { repositories {
mavenCentral() mavenCentral()
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment