Skip to content

Commit

Permalink
Merge branch 'mokores'
Browse files Browse the repository at this point in the history
# Conflicts:
#	gradle/libs.versions.toml
  • Loading branch information
softartdev committed Feb 7, 2024
2 parents b39369f + 17705fc commit abb7f99
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ decompose = "2.2.1-compose-experimental"
koin = "3.5.0"
kotlinx-datetime = "0.5.0"
napier = "2.7.1"
mokoResources = "0.23.0"
mokoResources = "0.24.0-alpha-3"
materialThemePrefs = "0.6.3"
androidxActivityCompose = "1.8.2"
androidxComposeTest = "1.5.4"
Expand Down
2 changes: 1 addition & 1 deletion shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ android {
namespace = "com.softartdev.notedelight.shared"
}
multiplatformResources {
multiplatformResourcesPackage = "com.softartdev.notedelight"
resourcesPackage.set("com.softartdev.notedelight")
}
kotlin {
jvmToolchain(libs.versions.jdk.get().toInt())
Expand Down

0 comments on commit abb7f99

Please sign in to comment.