1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-10-21 23:30:10 +00:00

add TelegramBotAPI-all

This commit is contained in:
2020-05-14 14:07:23 +06:00
parent acc067585d
commit 52e25e934d
9 changed files with 183 additions and 13 deletions

View File

@@ -81,13 +81,4 @@ kotlin {
}
}
}
targets.all {
compilations.all {
kotlinOptions {
freeCompilerArgs += ["-Xuse-experimental=kotlinx.coroutines.ExperimentalCoroutinesApi", "-Xopt-in=kotlin.RequiresOptIn"]
}
}
}
}