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 0940721..4cf81a8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,6 +1,7 @@ plugins { id 'com.android.application' id 'kotlin-android' + id 'kotlin-kapt' } android { @@ -84,6 +85,10 @@ android { aaptOptions { additionalParameters '-I', 'app/libs/e-ui-sdk-1.0.1-q.jar' } + + buildFeatures { + dataBinding true + } } dependencies { |