blob: 2f1a14588951ec5b06bd6c2180e715f2b809dcf4 [file] [log] [blame]
plugins {
id 'com.android.application'
id 'kotlin-android'
id 'kotlin-kapt'
}
android {
dataBinding {
enabled true
}
}