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 5c7cfb4 commit 41ea42dCopy full SHA for 41ea42d
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