Skip to content

Commit 5946594

Browse files
authored
Merge pull request #1685 from DimensionDev/copilot/sub-pr-1644
Fix Kotlin 2.3.0 build compatibility by configuring Ktorfit compiler plugin version
2 parents e6b8c5d + e75a988 commit 5946594

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

shared/build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,10 @@ room {
128128
schemaDirectory("$projectDir/schemas")
129129
}
130130

131+
ktorfit {
132+
compilerPluginVersion.set("2.3.3")
133+
}
134+
131135
ktlint {
132136
version.set(libs.versions.ktlint)
133137
filter {

0 commit comments

Comments
 (0)