From 1fbc95d4b88c2630b0c4566fc87028d7ba517674 Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Tue, 8 Nov 2022 22:33:24 +0100 Subject: Fix typo --- bin/flycheck-android-kotlin.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin') 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: -- cgit v1.2.3-70-g09d2