Skip to content

Commit

Permalink
add : databinding #7
Browse files Browse the repository at this point in the history
  • Loading branch information
SeonHwan-Kim committed May 16, 2023
1 parent be59f3f commit 24eed56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ plugins {
id 'com.android.application'
id 'org.jetbrains.kotlin.android'
id 'kotlin-parcelize'
id 'kotlin-kapt'
id 'org.jetbrains.kotlin.plugin.serialization' version '1.7.21'
}

Expand Down Expand Up @@ -48,6 +49,7 @@ android {
}
buildFeatures {
viewBinding true
dataBinding true
}
}

Expand Down

0 comments on commit 24eed56

Please sign in to comment.