From a7f91c7308c61aa60f12d20c06ec186e4706f810 Mon Sep 17 00:00:00 2001 From: Michael Hoennig Date: Tue, 9 Jun 2026 20:12:30 +0200 Subject: [PATCH] add IDEA settings --- .idea/compiler.xml | 4 ++++ .idea/gradle.xml | 15 +++++++++++++++ .idea/kotlinc.xml | 7 +++++++ .idea/misc.xml | 3 ++- .idea/modules.xml | 8 -------- 5 files changed, 28 insertions(+), 9 deletions(-) create mode 100644 .idea/gradle.xml create mode 100644 .idea/kotlinc.xml delete mode 100644 .idea/modules.xml diff --git a/.idea/compiler.xml b/.idea/compiler.xml index 40ed937..365e169 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -11,5 +11,9 @@ + + + + \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml new file mode 100644 index 0000000..f9163b4 --- /dev/null +++ b/.idea/gradle.xml @@ -0,0 +1,15 @@ + + + + + + \ No newline at end of file diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml new file mode 100644 index 0000000..8d356fe --- /dev/null +++ b/.idea/kotlinc.xml @@ -0,0 +1,7 @@ + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index ec92dfe..08896a7 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -3,11 +3,12 @@ + - + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 9203ddf..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file