feat: add AppDatabase and move payment caching to db
This commit is contained in:
+6
-1
@@ -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
|
||||
Reference in New Issue
Block a user