fix(build): Room KAPT→KSP 마이그레이션 및 configuration cache 비활성화로 Kotlin 2.0 빌드 오류 해결
- Room을 2.6.1로 업데이트하고 KAPT를 KSP로 전환 - room-rxjava3 의존성 추가(RxJava3 반환 타입 지원) - ObjectBox 플러그인과 충돌 회피를 위해 configuration cache 비활성화 - AGP 8.4.2 + Kotlin 2.0.21 환경에서 빌드 성공 확인
This commit is contained in:
@@ -20,7 +20,7 @@ kotlin.code.style=official
|
||||
# Enables namespacing of each library's R class so that its R class includes only the
|
||||
# resources declared in the library itself and none from the library's dependencies,
|
||||
# thereby reducing the size of the R class for that library
|
||||
org.gradle.configuration-cache=true
|
||||
org.gradle.configuration-cache=false
|
||||
android.nonTransitiveRClass=true
|
||||
android.defaults.buildfeatures.buildconfig=true
|
||||
android.enableJetifier=true
|
||||
|
||||
Reference in New Issue
Block a user