Skip to content

Commit bd7e3e7

Browse files
authored
Merge pull request #488 from JetBrains/kf-desc
Update description for Kotlin Foundation
2 parents 8ba5403 + 767ea84 commit bd7e3e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/src/commonMain/kotlin/org/jetbrains/kotlinconf/HardcodedValues.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ internal val PARTNERS: Map<StringResource, List<Partner>> = mapOf(
7474
),
7575
Res.string.partners_silver to listOf(
7676
Partner(PartnerId("gradle"), "Gradle", "Develocity is the leading software solution for improving developer productivity & the developer experience. It does this by leveraging advanced build and test performance acceleration technologies.", Res.drawable.partner_gradle, "http://www.gradle.com/"),
77-
Partner(PartnerId("kotlinfoundation"), "Kotlin Foundation", "The Kotlin Foundation is a non-profit company whose mission is to promote and advance the Kotlin ecosystem.", Res.drawable.partner_kotlin_foundation, "https://kotlinfoundation.org/"),
77+
Partner(PartnerId("kotlinfoundation"), "Kotlin Foundation", "The Kotlin Foundation is dedicated to promoting Kotlin as a multiplatform language, helping grow the ecosystem, as well as increasing adoption of Kotlin in Education. In addition, it safeguards the Kotlin trademark, and oversees backwards incompatible changes to the language.", Res.drawable.partner_kotlin_foundation, "https://kotlinfoundation.org/"),
7878
Partner(PartnerId("kotzilla"), "Kotzilla", "Creators of Koin, the popular Kotlin dependency injection framework, Kotzilla provides debugging tools for Kotlin devs to resolve complex app issues, empowering them to develop safer, faster apps.", Res.drawable.partner_kotzilla, "https://kotzilla.io/"),
7979
Partner(PartnerId("uber"), "Uber", "We reimagine the way the world moves for the better Movement is what we power.", Res.drawable.partner_uber, "https://www.uber.com/nl/en/"),
8080
),

0 commit comments

Comments
 (0)