optimizations and improvements in resources

This commit is contained in:
2023-12-12 21:39:58 +06:00
parent f6ded92251
commit 0d01561476
4 changed files with 18 additions and 12 deletions

View File

@@ -13,5 +13,9 @@ kotlin {
api project(":micro_utils.language_codes")
}
}
androidMain {
dependsOn(jvmMain)
}
}
}