From 8903d9fa783455558d20eb32a2038c87ab5913be Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Sun, 11 Aug 2024 13:22:24 +0200 Subject: Add multi version preprocessor (#2283) Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index c303fd98c..d77f4bd8b 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ gradle.properties .devauth/* !.devauth/config.toml +.kotlin -- cgit