diff --git a/.idea/modules.xml b/.idea/modules.xml
new file mode 100644
index 0000000..9260d95
--- /dev/null
+++ b/.idea/modules.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/modules/MyBot.main.iml b/.idea/modules/MyBot.main.iml
new file mode 100644
index 0000000..afc1871
--- /dev/null
+++ b/.idea/modules/MyBot.main.iml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/modules/mybot-api/MyBot.mybot-api.main.iml b/.idea/modules/mybot-api/MyBot.mybot-api.main.iml
new file mode 100644
index 0000000..4acdb19
--- /dev/null
+++ b/.idea/modules/mybot-api/MyBot.mybot-api.main.iml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/build.gradle.kts b/build.gradle.kts
index 5b3580b..123c26e 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -31,7 +31,7 @@ allprojects {
testImplementation(platform("org.junit:junit-bom:5.10.0"))
testImplementation("org.junit.jupiter:junit-jupiter")
// https://mvnrepository.com/artifact/org.yaml/snakeyaml
- implementation("org.yaml:snakeyaml:2.2")
+ api("org.yaml:snakeyaml:2.2")
}
tasks.compileJava {
options.encoding = "UTF-8"