Skip to content

Commit

Permalink
fix build with krates
Browse files Browse the repository at this point in the history
  • Loading branch information
makeevrserg committed Jul 5, 2024
1 parent fb1d10f commit 62e148d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ makeevrserg.android.sdk.target=34
# Project
makeevrserg.project.name=ApplicationTemplate
makeevrserg.project.group=com.makeevrserg.applicationtemplate
makeevrserg.project.version.string=1.2.4
makeevrserg.project.version.code=16
makeevrserg.project.version.string=1.2.5
makeevrserg.project.version.code=17
makeevrserg.project.description=Template for KMP applcation
makeevrserg.project.developers=makeevrserg|Makeev Roman|[email protected]
makeevrserg.project.url=https://github.com/makeevrserg/KMP-Template
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package com.makeevrserg.applicationtemplate.mobile.features.theme.data.repository

import com.makeevrserg.applicationtemplate.mobile.features.theme.data.model.Theme
import ru.astrainteractive.klibs.kstorage.api.StateFlowMutableKrate
import ru.astrainteractive.klibs.kstorage.api.StateFlowKrate

internal interface ThemeSwitcherRepository {

val themeFlowStorageValue: StateFlowMutableKrate<Theme>
val themeFlowStorageValue: StateFlowKrate.Mutable<Theme>
}

0 comments on commit 62e148d

Please sign in to comment.