From 882f668f38c89ab7570c2fb4d3991c0b6a0ccc36 Mon Sep 17 00:00:00 2001 From: zedoCN Date: Sat, 31 Aug 2024 03:22:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A8=E9=83=A8=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/kotlinc.xml | 6 +++++ .idea/libraries/KotlinJavaRuntime.xml | 23 +++++++++++++++++++ .../jetbrains_kotlinx_coroutines_core.xml | 22 ++++++++++++++++++ VoiceChat.iml | 5 ++++ 4 files changed, 56 insertions(+) create mode 100644 .idea/kotlinc.xml create mode 100644 .idea/libraries/KotlinJavaRuntime.xml create mode 100644 .idea/libraries/jetbrains_kotlinx_coroutines_core.xml diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml new file mode 100644 index 0000000..0dd4b35 --- /dev/null +++ b/.idea/kotlinc.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/libraries/KotlinJavaRuntime.xml b/.idea/libraries/KotlinJavaRuntime.xml new file mode 100644 index 0000000..409da39 --- /dev/null +++ b/.idea/libraries/KotlinJavaRuntime.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/jetbrains_kotlinx_coroutines_core.xml b/.idea/libraries/jetbrains_kotlinx_coroutines_core.xml new file mode 100644 index 0000000..a8f5194 --- /dev/null +++ b/.idea/libraries/jetbrains_kotlinx_coroutines_core.xml @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/VoiceChat.iml b/VoiceChat.iml index c90834f..4ebda9a 100644 --- a/VoiceChat.iml +++ b/VoiceChat.iml @@ -1,5 +1,8 @@ + + @@ -7,5 +10,7 @@ + + \ No newline at end of file