feat: add AppDatabase and move payment caching to db

This commit is contained in:
2026-06-01 14:25:50 +02:00
parent b5473bfafc
commit 18c8697ce9
11 changed files with 180 additions and 46 deletions
+6 -1
View File
@@ -12,4 +12,9 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
# https://developer.android.com/r/tools/gradle-multi-project-decoupled-projects
# org.gradle.parallel=true
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official
kotlin.code.style=official
#Your project is using a version of the Android Gradle Plugin that has built-in Kotlin support,
# which conflicts with how KSP tries to register its generated sources.
# This tells AGP to allow KSP to use the kotlin.sourceSets DSL to register its generated code
# (the Room-generated AppDatabase_Impl etc.), which it needs to do.
android.disallowKotlinSourceSets=false