diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml
new file mode 100644
index 0000000..b1077fb
--- /dev/null
+++ b/.idea/kotlinc.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
index 62269df..6e7e3ec 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -1,7 +1,7 @@
-
+
\ No newline at end of file
diff --git a/settings.gradle.kts b/settings.gradle.kts
index 188263d..5abcd07 100644
--- a/settings.gradle.kts
+++ b/settings.gradle.kts
@@ -10,10 +10,10 @@ dependencyResolutionManagement {
@Suppress("UnstableApiUsage")
versionCatalogs {
create("libs") {
- val kotlinVersion = "1.8.0-RC"
+ val kotlinVersion = "1.8.0"
version("kotlin", kotlinVersion)
- val kspVersion = "$kotlinVersion-1.0.8"
+ val kspVersion = "$kotlinVersion-1.0.9"
library("kotlinpoet", "com.squareup:kotlinpoet:1.9.0")
library("compileTestingKsp", "com.github.tschuchortdev:kotlin-compile-testing-ksp:1.4.4")