[kotlin] not build viewbinding 해결방법
처음에 프로젝트 만들었는데 viewbing 이 안된다...
할려면 bundle.gradle에서
buildFeatures {
viewBinding true
}
설정하면 사용가능하다..
'android,kotlin' 카테고리의 다른 글
[kotlin]More than one file was found with OS independent path 'filename'에러 해결방법 (0) | 2021.11.11 |
---|---|
[kotlin]fragment context error해결방법 (0) | 2021.11.02 |
[kotlin]Must be called from main thread of fragment host해결방법 (0) | 2021.10.06 |
[kotlin] date custome formmater 방법 (0) | 2021.09.28 |
[kotlin]Missing contentDescription attribute on image 해결 방법 (0) | 2021.09.23 |