Move cachemap dependency to version catalog.

This commit is contained in:
KotlinGeekDev
2026-01-12 15:06:57 +01:00
parent 7c936cfcac
commit f5bb0dbc1d
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -250,7 +250,7 @@ kotlin {
iosMain {
dependsOn(commonMain.get())
dependencies {
implementation("io.github.charlietap:cachemap:0.2.4")
implementation(libs.charlietap.cachemap)
}
}