1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-09-15 21:29:25 +00:00

total rework of requests serialization

This commit is contained in:
2019-12-02 14:35:37 +06:00
parent cb64f44ceb
commit 24498479a8
97 changed files with 344 additions and 160 deletions

View File

@@ -42,9 +42,3 @@ dependencies {
testImplementation "org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version"
}
compileKotlin {
kotlinOptions {
freeCompilerArgs = [ disableImplicitReflectionSerializerAnnotation ]
}
}