From b121295e2821aa25fa62a82bcb35c767c5d37e48 Mon Sep 17 00:00:00 2001 From: Didier Villevalois Date: Sat, 27 Jul 2024 14:09:16 +0200 Subject: [PATCH] build: fix project config --- .gitignore | 2 ++ .idea/compiler.xml | 5 ++++- .idea/gradle.xml | 10 +++++----- .idea/misc.xml | 4 ++-- .idea/modules.xml | 12 ++++++++++++ gradle.properties | 1 - 6 files changed, 25 insertions(+), 9 deletions(-) create mode 100644 .idea/modules.xml diff --git a/.gitignore b/.gitignore index 844ca25..032d8ea 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,5 @@ out/ .idea/kotlinc.xml .idea/artifacts .idea/modules + +.kotlin diff --git a/.idea/compiler.xml b/.idea/compiler.xml index b589d56..ef1cab2 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -1,6 +1,9 @@ - + + + + \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml index ca1541b..04cdbe6 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -7,20 +7,20 @@ - + - +