mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 18:47:03 +05:30
refactor: move datastore module to common
This commit is contained in:
parent
d31da62cfe
commit
93b593bd41
3 changed files with 2 additions and 2 deletions
|
@ -40,6 +40,7 @@ composeCompiler {
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
api(libs.androidx.compose.ui)
|
api(libs.androidx.compose.ui)
|
||||||
|
api(libs.androidx.datastore)
|
||||||
api(libs.dagger)
|
api(libs.dagger)
|
||||||
api(libs.javax.inject)
|
api(libs.javax.inject)
|
||||||
api(projects.api)
|
api(projects.api)
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
* license that can be found in the LICENSE file or at
|
* license that can be found in the LICENSE file or at
|
||||||
* https://opensource.org/licenses/MIT.
|
* https://opensource.org/licenses/MIT.
|
||||||
*/
|
*/
|
||||||
package dev.msfjarvis.claw.core.persistence
|
package dev.msfjarvis.claw.common.persistence
|
||||||
|
|
||||||
import android.content.Context
|
import android.content.Context
|
||||||
import androidx.datastore.core.DataMigration
|
import androidx.datastore.core.DataMigration
|
|
@ -25,7 +25,6 @@ dependencies {
|
||||||
api(libs.napier)
|
api(libs.napier)
|
||||||
api(libs.okhttp.core)
|
api(libs.okhttp.core)
|
||||||
api(libs.retrofit)
|
api(libs.retrofit)
|
||||||
api(libs.androidx.datastore)
|
|
||||||
|
|
||||||
implementation(platform(libs.okhttp.bom))
|
implementation(platform(libs.okhttp.bom))
|
||||||
implementation(libs.kotlinx.serialization.core)
|
implementation(libs.kotlinx.serialization.core)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue