base64 tools

This commit is contained in:
2021-01-14 20:51:13 +06:00
parent 6cccd5ff6c
commit 3174b84367
5 changed files with 134 additions and 4 deletions

View File

@@ -5,3 +5,13 @@ plugins {
}
apply from: "$mppProjectWithSerializationPresetPath"
kotlin {
sourceSets {
commonMain {
dependencies {
api project(":micro_utils.common")
}
}
}
}