We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95d0e28 commit 255aaedCopy full SHA for 255aaed
scripts/bump-kotlin-nightlies.main.kts
@@ -26,7 +26,6 @@ fun bumpVersions() {
26
file.writeText(
27
file.readText()
28
.replaceVersion("kotlin-plugin", kotlinVersion)
29
- .replaceVersion("kotlin-plugin-max", kotlinVersion)
30
.replaceVersion("ksp", kspVersion)
31
)
32
}
0 commit comments