We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ada834c commit d5e0cccCopy full SHA for d5e0ccc
build.gradle.kts
@@ -6,7 +6,7 @@ plugins {
6
kotlin("jvm") version "2.0.0"
7
kotlin("plugin.spring") version "2.0.0"
8
kotlin("plugin.jpa") version "2.0.0"
9
- kotlin("kapt") version "2.0.0"
+ kotlin("kapt") version "2.1.20"
10
}
11
12
group = "me.huisam"
0 commit comments