1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-09-03 07:09:23 +00:00

Return opts in telegram bot api

This commit is contained in:
2020-05-16 22:24:50 +06:00
committed by GitHub
parent c31403c1a2
commit fe11a2119e

View File

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