fix correct name for coroutines

This commit is contained in:
Maxim Bachinsky 2020-06-29 01:19:47 +03:00
parent 86702efd50
commit 7850b7f0cd
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ android.libraryVariants.all { variant ->
"--specification-path",
rootProject.extensions.findByName("pathToApiSchemes"),
"--kotlin-methods-generation-mode",
"coroutines",
"COROUTINE",
"--output-path",
"${generatedModelsDirectory.path}",
"--package-name",