1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-06-18 07:45:27 +00:00

Return opts in telegram bot api

This commit is contained in:
InsanusMokrassar 2020-05-16 22:24:50 +06:00 committed by GitHub
parent c31403c1a2
commit fe11a2119e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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