Skip to content

Commit

Permalink
[feature/common/royal_flush_edit_text]: #9 chore: feautre-common 모듈에 …
Browse files Browse the repository at this point in the history
…viewBinding 설정
  • Loading branch information
soopeach committed May 10, 2023
1 parent 060ac48 commit c36922b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions feature/feature-common/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@file:Suppress("UnstableApiUsage")

@Suppress("DSL_SCOPE_VIOLATION")

plugins {
Expand All @@ -6,6 +8,9 @@ plugins {

android {
namespace = "com.ggne.feature_common"
buildFeatures {
viewBinding = true
}
}

dependencies {
Expand Down

0 comments on commit c36922b

Please sign in to comment.