refactor(db): ObjectBox 제거 및 Room으로 마이그레이션

- 최상위/app Gradle에서 ObjectBox 플러그인 제거
- PlaybackTracking을 Room Entity/DAO/Database로 전환
- Repository를 Room 기반으로 수정 및 Koin DI 주입 변경
This commit is contained in:
2025-10-22 16:25:32 +09:00
parent bc581d763b
commit 9b825ee244
8 changed files with 81 additions and 44 deletions

View File

@@ -11,7 +11,6 @@ buildscript {
dependencies {
classpath 'com.google.android.gms:oss-licenses-plugin:0.10.6'
classpath 'io.objectbox:objectbox-gradle-plugin:3.5.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}