mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-10-31 21:43:48 +00:00
8 lines
198 B
Groovy
8 lines
198 B
Groovy
plugins {
|
|
id "org.jetbrains.kotlin.multiplatform"
|
|
}
|
|
|
|
project.description = "Class Casts generator KSP library to include into your library"
|
|
|
|
apply from: "$mppProjectWithSerializationPresetPath"
|