diff options
| author | Joel Klinghed <the_jk@spawned.biz> | 2022-11-08 22:33:24 +0100 |
|---|---|---|
| committer | Joel Klinghed <the_jk@spawned.biz> | 2022-11-08 22:33:24 +0100 |
| commit | 1fbc95d4b88c2630b0c4566fc87028d7ba517674 (patch) | |
| tree | 131dc7fb5ef40e20b7abd1cd83af53b21c36e398 | |
| parent | 4d79bc6313f1638160776cc226d5eeca00a61a54 (diff) | |
Fix typo
| -rw-r--r-- | bin/flycheck-android-kotlin.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/flycheck-android-kotlin.py b/bin/flycheck-android-kotlin.py index ad1d88f..f8f824a 100644 --- a/bin/flycheck-android-kotlin.py +++ b/bin/flycheck-android-kotlin.py @@ -241,9 +241,9 @@ def figure_out_kotlin_compilation(sessiondir, sourcefile, tempfile, detekt, # OK, perhaps file doesn't exist yet or not yet added to gradle, # whatever, assume the first group is good enough if fallback: - ret = run_kotlin(fallback['cp'], fallback['files'], - fallback['output'], fallback['args'], - tempfile, outdir) + ret = run_kotlinc(fallback['cp'], fallback['files'], + fallback['output'], fallback['args'], + tempfile, outdir) compiled = True if not ret and detekt: |
