diff options
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle index ade3cba..d475102 100644 --- a/app/build.gradle +++ b/app/build.gradle | |||
@@ -19,6 +19,7 @@ | |||
19 | apply plugin: 'com.android.application' | 19 | apply plugin: 'com.android.application' |
20 | apply plugin: 'kotlin-android' | 20 | apply plugin: 'kotlin-android' |
21 | apply plugin: 'kotlin-android-extensions' | 21 | apply plugin: 'kotlin-android-extensions' |
22 | apply plugin: 'kotlin-kapt' | ||
22 | apply plugin: 'com.github.triplet.play' | 23 | apply plugin: 'com.github.triplet.play' |
23 | 24 | ||
24 | def keystorePropertiesFile = rootProject.file("keystore.properties") | 25 | def keystorePropertiesFile = rootProject.file("keystore.properties") |
@@ -63,6 +64,10 @@ android { | |||
63 | path 'CMakeLists.txt' | 64 | path 'CMakeLists.txt' |
64 | } | 65 | } |
65 | } | 66 | } |
67 | |||
68 | dataBinding { | ||
69 | enabled = true | ||
70 | } | ||
66 | } | 71 | } |
67 | 72 | ||
68 | dependencies { | 73 | dependencies { |