Skip to content

Commit a300767

Browse files
authored
Merge pull request #2094 from Netflix/feature/downgrade-kotlin
Downgrading Kotlin back to 1.9 because that's what Spring Boot aligns on
2 parents fe21c73 + f45ef8b commit a300767

File tree

20 files changed

+1469
-8585
lines changed

20 files changed

+1469
-8585
lines changed

buildSrc/src/main/kotlin/Versions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
*/
1616

1717
object Versions {
18-
const val KOTLIN_VERSION = "2.1.0"
18+
const val KOTLIN_VERSION = "1.9.20"
1919
}

0 commit comments

Comments
 (0)