Skip to content

Commit

Permalink
BUILD: viewBiding 빌드
Browse files Browse the repository at this point in the history
  • Loading branch information
Gseungmin committed Nov 9, 2022
1 parent da8447f commit 907c2a5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ android {
kotlinOptions {
jvmTarget = '1.8'
}
buildFeatures{
viewBinding = true
}
}

dependencies {
Expand Down

0 comments on commit 907c2a5

Please sign in to comment.