Skip to content

Commit 2dff0d8

Browse files
singleton11marc0der
authored andcommitted
Rename candidate to kotlintoolchain and update description
1 parent de396d9 commit 2dff0d8

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

src/main/scala/io/sdkman/changelogs/KotlinToolchainMigrations.scala

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,13 @@ class KotlinToolchainMigrations {
1212
)
1313
def migration001(implicit db: MongoDatabase) =
1414
Candidate(
15-
candidate = "kotlin-toolchain",
15+
candidate = "kotlintoolchain",
1616
name = "Kotlin Toolchain",
1717
description =
18-
"A set of tools for building and managing Kotlin projects, with a focus on user experience and tooling.",
18+
"The Kotlin Toolchain is a unified entry point into Kotlin with a focus on user experience and IDE support." +
19+
" It includes build tooling functionality as one of its core components. It can build plain JVM console " +
20+
"applications, Android and iOS mobile applications, server-side application like Spring or Ktor, " +
21+
"multiplatform projects that share business logic and/or UI, and more.",
1922
websiteUrl = "https://kotlin-toolchain.org",
2023
distribution = "UNIVERSAL"
2124
).insert()

0 commit comments

Comments
 (0)