mirror of
https://github.com/InsanusMokrassar/TelegramBotApiLibraries.git
synced 2025-12-08 23:35:54 +00:00
implement content caching
This commit is contained in:
19
cache/content/micro_utils/build.gradle
vendored
Normal file
19
cache/content/micro_utils/build.gradle
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
plugins {
|
||||
id "org.jetbrains.kotlin.multiplatform"
|
||||
id "org.jetbrains.kotlin.plugin.serialization"
|
||||
id "com.android.library"
|
||||
}
|
||||
|
||||
apply from: "$mppProjectWithSerializationPresetPath"
|
||||
|
||||
kotlin {
|
||||
sourceSets {
|
||||
commonMain {
|
||||
dependencies {
|
||||
api "dev.inmo:micro_utils.repos.common:$micro_utils_version"
|
||||
api project(":tgbotapi.libraries.cache.content.common")
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user