Skip to content

Commit dc99053

Browse files
authored
Merge pull request #106 from KotlinFoundation/foundation-members-update
feat: update foundation members
2 parents 355edae + 961a397 commit dc99053

File tree

6 files changed

+85
-2
lines changed

6 files changed

+85
-2
lines changed

src/components/IntroBanner/introBanner.module.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,15 @@
3131
display: flex;
3232
flex-wrap: wrap;
3333
margin-left: -80px;
34-
margin-top: -84px;
34+
margin-top: -124px;
3535
}
3636

3737
.companiesGroup {
3838
margin-left: 80px;
39+
&:last-child {
40+
width: 100%;
41+
margin-top: var(--ktl-box-section-l);
42+
}
3943
}
4044

4145
.companiesGroup:nth-child(2) {
@@ -63,7 +67,7 @@
6367
margin-left: calc(-1 * var(--ktf-companies-logo-spacing));
6468

6569
@media (--ktl-ds-min) {
66-
max-width: 520px;
70+
max-width: 700px;
6771
}
6872
}
6973

src/images/partners/block.svg

Lines changed: 3 additions & 0 deletions
Loading

src/images/partners/meta.svg

Lines changed: 23 additions & 0 deletions
Loading

src/pages/index.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ import gradleLogo from "../images/partners/gradle.svg";
1313
import uberLogo from "../images/partners/uber.svg";
1414
import touchlabLogo from "../images/partners/touchlab.png";
1515
import kotzillaLogo from "../images/partners/kotzilla.svg";
16+
import metaLogo from "../images/partners/meta.svg"
17+
import blockLogo from "../images/partners/block.svg"
1618

1719
import grantPreviewUrl from "../images/grants-preview.png";
1820
import joinPreviewUrl from "../images/join-preview.png";
@@ -28,13 +30,20 @@ import joinPreviewUrl from "../images/join-preview.png";
2830
{ name: 'Google', image: googleLogo, url: 'https://about.google/' },
2931
]
3032
},
33+
{
34+
groupName: 'Gold members',
35+
companies: [
36+
{ name: 'Meta', image: metaLogo, url: 'https://www.meta.com/' },
37+
]
38+
},
3139
{
3240
groupName: 'Silver members',
3341
companies: [
3442
{ name: 'Gradle', image: gradleLogo, url: 'https://gradle.org/' },
3543
{ name: 'Touchlab', image: touchlabLogo, url: 'https://touchlab.co/' },
3644
{ name: 'Uber', image: uberLogo, url: 'https://www.uber.com/' },
3745
{ name: 'Kotzilla', image: kotzillaLogo, url: 'https://kotzilla.io/' },
46+
{ name: 'Block', image: blockLogo, url: 'https://block.xyz/' },
3847
]
3948
},
4049
]
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: "Block Joins the Kotlin Foundation as a Silver Member"
3+
date: 2025-05-22 07:30
4+
spoilerSize: 250
5+
---
6+
7+
We’re excited to announce that **Block, Inc.** has joined the **Kotlin Foundation** as a Silver Member!
8+
9+
Block is dedicated to increasing access to the global economy through its innovative technology. With brands like **[Square](https://squareup.com/), [Cash App](https://cash.app/), Afterpay, [TIDAL](https://tidal.com/), [Bitkey](https://bitkey.world/)**, and **[Proto](https://proto.xyz/)**, Block is making significant strides in transforming commerce, finance, and digital services for everyone.
10+
11+
This milestone highlights a special, shared history between our engineering teams and the Kotlin community. Block’s journey with Kotlin dates back to 2015, when **Square** became one of the early adopters of Kotlin for Android, choosing Kotlin for production with **Project Kotlin**.
12+
13+
This deep commitment to Kotlin is more than just adoption – Block has actively contributed to Kotlin’s ecosystem. Square’s engineers have developed several popular open-source libraries like **OkHttp**, the default HTTP client on Android, and **Okio**, which has now inspired Kotlinx-io, JetBrains’ new multiplatform I/O library. These libraries set benchmarks in reliability and performance, and have been Kotlin-friendly from the start. Additionally, Block’s early adoption of **Kotlin Multiplatform** allowed their teams to collaborate on a single codebase, sharing business logic across Android, iOS, and backend systems.
14+
15+
As a Silver Member, Block will continue to support the Kotlin community through funding, expertise, and participation in shaping the future of Kotlin. Their involvement helps ensure Kotlin’s continued growth, especially in industries like fintech.
16+
17+
In addition to Block’s exciting partnership, we’re also celebrating [**Meta** joining as a Gold Member](/news/meta-joins-kotlin-foundation-first-gold-member/).
18+
19+
We’re excited to collaborate with both Block and Meta, and look forward to the valuable expertise and scale they’ll bring to the Kotlin Foundation’s mission.
20+
21+
To learn more about the Kotlin Foundation and how to get involved, visit the [Membership page](/join/).
22+
23+
Let’s keep shaping the future of Kotlin—together.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: "Meta Joins the Kotlin Foundation as the first Gold Member"
3+
date: 2025-05-22 08:00
4+
spoilerSize: 250
5+
---
6+
7+
We’re excited to announce that **Meta** has joined the Kotlin Foundation as the first **Gold Member**. Welcoming such a major technology leader adds a great perspective from a company operating at scale, and opens up new possibilities to help us to achieve our mission to have Kotlin everywhere.
8+
9+
Meta has long been an advocate for modern, expressive programming languages, and Kotlin has played an increasingly important role in their development practices. From Android apps to multiplatform exploration, Kotlin has become a strategic part of Meta’s developer toolkit.
10+
11+
Meta has also been an active contributor to the wider ecosystem. Notably, they were one of the founding participants of the **[enterprise Java-to-Kotlin working group](https://www.youtube.com/watch?v=POmlM7OshwA)**—a collaborative effort with Google, JetBrains, and Uber aimed at supporting companies migrating large Java codebases to Kotlin. This group continues to help shape tooling, best practices, and large-scale migration strategies.
12+
13+
In addition, Meta supports important infrastructure efforts in the Kotlin ecosystem, including work on the **Kotlin and Android build toolchain in [Buck](https://buck2.build/)** with a focus on improving build speeds and scalability, as well as contributions to libraries such as the **Kotlin formatter**, helping teams maintain consistent and idiomatic Kotlin codebases more easily.
14+
15+
As a Gold Member of the Kotlin Foundation, Meta will contribute to key initiatives such as the **Kotlin Grants program** for OSS contributors and educational efforts like the **Kotlin Multiplatform student contest**.
16+
17+
We’re really happy to collaborate with Meta and look forward to the expertise and scale they bring to the Foundation’s mission.
18+
19+
To learn more about the Kotlin Foundation and how to get involved, visit the [Membership page](/join/).
20+
21+
Let’s keep shaping the future of Kotlin—together.

0 commit comments

Comments
 (0)