summaryrefslogtreecommitdiff
path: root/bin/flycheck-android-kotlin.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/flycheck-android-kotlin.py')
-rw-r--r--bin/flycheck-android-kotlin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/flycheck-android-kotlin.py b/bin/flycheck-android-kotlin.py
index c42f5f4..b61b4be 100644
--- a/bin/flycheck-android-kotlin.py
+++ b/bin/flycheck-android-kotlin.py
@@ -153,7 +153,7 @@ def figure_out_kotlin_compilation(sessiondir, sourcefile, tempfile, detekt,
outdir = None
if not output:
- flycheck_cmd = cmd + ['-q', 'flycheckAndroidKotlin']
+ flycheck_cmd = cmd + ['-q', '--no-configuration-cache', 'flycheckAndroidKotlin']
output = subprocess.check_output(flycheck_cmd, universal_newlines=True)
if sessiondir != None:
try: