We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21bd00e commit 663841fCopy full SHA for 663841f
2 files changed
cinema-api/build.gradle.kts
@@ -2,7 +2,7 @@ description = "Cinema API"
2
3
plugins {
4
kotlin("jvm")
5
- id("io.github.ermadmi78.kobby") version "4.0.0"
+ id("io.github.ermadmi78.kobby") version "4.0.1"
6
}
7
8
kotlin {
gradle.properties
@@ -1,7 +1,7 @@
1
# suppress inspection "UnusedProperty" for whole file
kotlin.code.style=official
-kotlin.version=1.9.23
-kotlinVersion=1.9.23
+kotlin.version=1.9.24
+kotlinVersion=1.9.24
group=io.github.ermadmi78
version=0.0.0-SNAPSHOT
0 commit comments