Sign in
android
/
platform
/
tools
/
adt
/
idea
/
HEAD
/
.
/
android-lint
/
testData
/
gradle
/
DataBindingWithoutKaptUsingPluginsBlock.gradle
blob: a786590e0201a543ed4cedf5bf1d334cd343b5eb [
file
] [
log
] [
blame
]
plugins
{
id
'com.android.application'
id
'kotlin-android'
}
android
{
dataBinding
{
<
warning descr
=
"If you plan to use data binding in a Kotlin project, you should apply the kotlin-kapt plugin."
>
enabled
true
</
warning
>
}
}