Skip to content

Commit d39b790

Browse files
Update plugin org.jetbrains.kotlin.kapt to v2.1.0
1 parent 6be6dd8 commit d39b790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ plugins {
1515
id("org.domaframework.doma.codegen") version "3.0.0"
1616
id("org.domaframework.doma.compile") version "3.0.1"
1717
kotlin("jvm") version "2.0.21"
18-
kotlin("kapt") version "2.0.21"
18+
kotlin("kapt") version "2.1.0"
1919
}
2020

2121
kotlin {

0 commit comments

Comments
 (0)