728x90
반응형
app/build.gradle 파일에 "buildConfig = true" 추가
android {
...
buildFeatures {
compose = true
buildConfig = true
}
반응형
'Development > Android' 카테고리의 다른 글
[Android][compose] topBar 적용하기 feat material3 (0) | 2024.01.15 |
---|---|
[Android] Hilt 적용 중 오류 해소 [Hilt] & java.lang.reflect.InvocationTargetException (no error message) (0) | 2024.01.15 |
java.lang.IllegalStateException: Pages must fill the whole ViewPager2 (use match_parent) (0) | 2022.12.02 |
[android] Exception occurred while executing 'install-incremental' (0) | 2022.07.20 |
[android] Koin 적용하기 (0) | 2022.06.22 |
댓글