Played a bit with #KotlinJS this weekend and created this small dungeon map editor for my D&D games. Thanks, @watawatabou for the Dyson Hatching algorithm (and for 1PDG of course)


And we also have @vanillacoder presenting Kotlin JS for full stack development here at the kotlin user group! @heycar_official #kotlin #kotlinjs

gregoriock's tweet image. And we also have @vanillacoder presenting Kotlin JS for full stack development here at the kotlin user group! @heycar_official #kotlin #kotlinjs

If you can't find an equivalent #KotlinJS function in the stdlib, you can create an external fun with a similar name and use it.

theapache64's tweet image. If you can't find an equivalent #KotlinJS function in the stdlib, you can create an external fun with a similar name and use it.

Thank you @KotlinWeekly 🙏🏽 for including my second article in Kotlin/JS series about JsExport guide for exposing Kotlin to JS #KotlinMultiplatform #KotlinJs

shaktiman_droid's tweet image. Thank you @KotlinWeekly 🙏🏽 for including my second article in Kotlin/JS series about JsExport guide for exposing Kotlin to JS 

#KotlinMultiplatform #KotlinJs
このツイートは利用できません。

Two approaches to use external JS libraries with #KotlinJS: - External + dynamic - External + JsModule @maillotm at @KotlinLyon

KotlinLyon's tweet image. Two approaches to use external JS libraries with #KotlinJS:
- External + dynamic
- External + JsModule
@maillotm at @KotlinLyon

Thank you @KotlinWeekly🙏🏽 for including my third post in Kotlin/JS series about “Different ways to distribute and integrate Kotlin/JS library” #KotlinMultiplatform #KotlinJs

shaktiman_droid's tweet image. Thank you @KotlinWeekly🙏🏽 for including my third post in Kotlin/JS series about “Different ways to distribute and integrate Kotlin/JS library”

#KotlinMultiplatform #KotlinJs
このツイートは利用できません。

Merci beaucoup à @H2G_Lab de nous avoir accueilli ce soir pour ce super talk de @maillotm sur le développement d'apps @Firebase en @kotlin avec #KotlinJS !


Now you can use single version to control all your #KotlinJS Wrappers! 💍 Possible with BOM 🔥 github.com/JetBrains/kotl… @kotlin

aerialist_x's tweet image. Now you can use single version to control all your #KotlinJS Wrappers! 💍

Possible with BOM 🔥

github.com/JetBrains/kotl…

@kotlin

#KotlinJS can be used to create @Firebase apps writing only #kotlin code. @maillotm at @KotlinLyon cc @H2G_Lab

KotlinLyon's tweet image. #KotlinJS can be used to create @Firebase apps writing only #kotlin code.
@maillotm at @KotlinLyon 
cc @H2G_Lab

You can use existing NPM packages, Cool React components that were originally developing using #JS while creating #Kotlin JS projects Want to know more?🤔 See you at the upcoming meetup👀 where we'll deep dive into the world of Kotlin JS with @sebi_io. Stay tuned 🚀 #KotlinJS

KotlinMumbai's tweet image. You can use existing NPM packages, Cool React components that were originally developing using #JS while creating #Kotlin JS projects

Want to know more?🤔 See you at the upcoming meetup👀 where we'll deep dive into the world of Kotlin JS with @sebi_io.

Stay tuned 🚀

#KotlinJS

I love the foldable text (details -> summary) but unfortunately, @github doesn't have it in their toolbar. I had to implement it myself GitHub: github.com/theapache64/su… #KotlinJS #Kotlin


kotlinjs 中透過 query string 就可以在同一個頁面透過不同query顯示不同主題,配合compose ui block,可以很簡單的判別要顯示的ui block #kotlinjs #composeui #composeforweb #kotlin

icools's tweet image. kotlinjs 中透過 query string 就可以在同一個頁面透過不同query顯示不同主題,配合compose ui block,可以很簡單的判別要顯示的ui block

#kotlinjs #composeui #composeforweb #kotlin

String unions in #KotlinJS? 🤔 Possible with Seskar compiler plugin! 🤯🚀 github.com/turansky/seska… @kotlin

vnturansky's tweet image. String unions in #KotlinJS? 🤔
Possible with Seskar compiler plugin! 🤯🚀

github.com/turansky/seska…

@kotlin

Int unions in #KotlinJS? 🤔 Possible with Seskar 0.0.8! 🤯🚀 github.com/turansky/seska… @kotlin

vnturansky's tweet image. Int unions in #KotlinJS? 🤔
Possible with Seskar 0.0.8! 🤯🚀

github.com/turansky/seska…

@kotlin

Added light, fixed color. Next step: input. Next (big) step: skeleton animation then Android support. #kotlin #multiplatform #kotlinjs #gamedev #indiedev


Syntactical sugar I wish for #Kotlin at Christmas: Array literals, e.g. val a = [1, 2, 3] instead of val a = arrayOf(1, 2, 3)


Explore how Kotlin’s type system, delegation, and #KSP work under the hood — and how to use that knowledge to write cleaner, more scalable code, at the Kotlin Expert open workshop, 📆 Dec 18–19. 🔥 live online, hands-on Check it here: kt.academy/workshop/expert

ktdotacademy's tweet image. Explore how Kotlin’s type system, delegation, and #KSP work under the hood — and how to use that knowledge to write cleaner, more scalable code, at the Kotlin Expert open workshop, 
📆 Dec 18–19. 
🔥 live online, hands-on
Check it here: kt.academy/workshop/expert

ありがとう!ざっと調べた感じKotlinの方が馴染みやすそうだし書きやすそうですね。 その時興味をもったのがマイクラMODでして、Kotlinだと苦労している先駆者が多そうなので、今回はJavaで行きます。TypeScriptってよく聞くけど、JavaScript改みたいな感じなんですね。


Beyond libraries & community, Java/Kotlin win on cost-benefit through: 1) Superior JVM performance 2) Enterprise stability & backward compatibility, and 3) Kotlin's game-changing null safety. Build reliable, scalable apps.

Glad Anthropic bought the fast Js runtime.



It’s here! Our “Spring Boot with Coroutines & Virtual Threads” workshop by Urs Peter is now available. Learn how to harness Spring Boot’s Coroutine support to build clean, performant, and scalable applications. 👉 kotlinconf.com/workshops/

kotlinconf's tweet image. It’s here! Our “Spring Boot with Coroutines & Virtual Threads” workshop by Urs Peter is now available.

Learn how to harness Spring Boot’s Coroutine support to build clean, performant, and scalable applications.

👉 kotlinconf.com/workshops/

📢 Kotlin 2.3.0-RC2 is out! Here are some of the highlights: ✅ Language: more stable and default features, a new checker for unused return values, and changes to context-sensitive resolution. ✅ Kotlin/JVM: support for Java 25. ✅ Kotlin/Native: improved interop through Swift…

kotlin's tweet image. 📢 Kotlin 2.3.0-RC2 is out! Here are some of the highlights:
✅ Language: more stable and default features, a new checker for unused return values, and changes to context-sensitive resolution.
✅ Kotlin/JVM: support for Java 25.
✅ Kotlin/Native: improved interop through Swift…

🎉 ¡100 DÍAS DE KOTLIN COMPLETADOS! 🎉 Durante esta serie exploramos Kotlin desde cero hasta conceptos avanzados. Aquí el resumen de todo lo revisado 🧵👇 📌 Fundamentos (1-27) Tipos de datos, variables, operadores Control de flujo: if, when, loops 📌 Funciones (28-40)…


💡 Kotlin isn’t just trendy—it’s powerful! Learn OOP, functional #programming, and concurrency with coroutines. Plus, dive into DSLs and multiplatform projects for real-world impact. 📚 #Kotlin #KotlinLang #AppDevelopment #CodeBetter 🔍📱 🔗 ow.ly/Czop50XtO7O

Apress's tweet image. 💡 Kotlin isn’t just trendy—it’s powerful! Learn OOP, functional #programming, and concurrency with coroutines. Plus, dive into DSLs and multiplatform projects for real-world impact. 📚 #Kotlin #KotlinLang #AppDevelopment #CodeBetter 🔍📱

🔗 ow.ly/Czop50XtO7O

And I have another wonderful piece of news for you. With Kotlin 2.3 you'll have to turn off configure on demand if you have a JS target, significantly slowing down configuration time. This is just... again, I have no words. The Kotlin team had a bug, and they decided to fix it


🧑‍🏫 If you’re teaching Kotlin (or thinking about it), we’ve got you covered! Check out our comprehensive Programming in Kotlin course. Inside, you’ll find lectures, quizzes, tests, projects, and slides with speaker notes. The course focuses on real-world skills and is FREE! Get…


💡 Kotlin isn’t just trendy—it’s powerful! Learn OOP, functional #programming, and concurrency with coroutines. Plus, dive into DSLs and multiplatform projects for real-world impact. 📚 #Kotlin #KotlinLang #AppDevelopment #CodeBetter 🔍📱 🔗 ow.ly/Czop50XtO7O

Apress's tweet image. 💡 Kotlin isn’t just trendy—it’s powerful! Learn OOP, functional #programming, and concurrency with coroutines. Plus, dive into DSLs and multiplatform projects for real-world impact. 📚 #Kotlin #KotlinLang #AppDevelopment #CodeBetter 🔍📱

🔗 ow.ly/Czop50XtO7O

🎄 Join us live for five days of Advent of Code puzzles and five Kotlin livestreams on December 1–5! Solve the puzzles in Kotlin with help from Kotlin team experts and fun community guests, climb the leaderboard, learn new tricks, and have a chance to win some prizes along the…


Under the hood of #Kotlin coroutines: how compiler builds state machines that power suspend & async behaviour 🚙 droidcon.com/2025/11/24/ins…


Also remember: "kotlin's biggest pitfall is Java interoperability" ©® 🙏😇


🐳 Ready to take your Ktor app live? With the Ktor Gradle plugin, packaging and deployment become simple and seamless. Check out this step‑by‑step guide to ensure smooth deployment 👉 kotl.in/tyajeh

kotlin's tweet image. 🐳 Ready to take your Ktor app live?

With the Ktor Gradle plugin, packaging and deployment become simple and seamless. Check out this step‑by‑step guide to ensure smooth deployment 👉 kotl.in/tyajeh

Imagina escribir tu lógica una vez y tenerla funcionando en Android, iOS, Web y Desktop. Bienvenido a Kotlin Multiplatform, te explico:

AristiDevs's tweet image. Imagina escribir tu lógica una vez y tenerla funcionando en Android, iOS, Web y Desktop.
Bienvenido a Kotlin Multiplatform, te explico:

"#kotlinjs" に一致する結果はありません

Played a bit with #KotlinJS this weekend and created this small dungeon map editor for my D&D games. Thanks, @watawatabou for the Dyson Hatching algorithm (and for 1PDG of course)


@GarthGilmour off to a great start in his full stack Kotlin workshop #kotlinconf @instil #Kotlin #kotlinjs

BoyleEamonn's tweet image. @GarthGilmour off to a great start in his full stack Kotlin workshop #kotlinconf @instil #Kotlin #kotlinjs

I’m sticking with #TypeScript on client until #KotlinJS matures in #React ecosystem.

winterbe_'s tweet image. I’m sticking with #TypeScript on client until #KotlinJS matures in #React ecosystem.

And we also have @vanillacoder presenting Kotlin JS for full stack development here at the kotlin user group! @heycar_official #kotlin #kotlinjs

gregoriock's tweet image. And we also have @vanillacoder presenting Kotlin JS for full stack development here at the kotlin user group! @heycar_official #kotlin #kotlinjs

Atendiendo a las sabias palabras de @MiguelAngel_LV sobre #KotlinJS en @AlmeriaJs antes de irnos de vacaciones.

gerardoparrajc's tweet image. Atendiendo a las sabias palabras de @MiguelAngel_LV sobre #KotlinJS en @AlmeriaJs antes de irnos de vacaciones.

Thank you @KotlinWeekly 🙏🏽 for including my second article in Kotlin/JS series about JsExport guide for exposing Kotlin to JS #KotlinMultiplatform #KotlinJs

shaktiman_droid's tweet image. Thank you @KotlinWeekly 🙏🏽 for including my second article in Kotlin/JS series about JsExport guide for exposing Kotlin to JS 

#KotlinMultiplatform #KotlinJs
このツイートは利用できません。

And a situation where #KMP's #KotlinJS is quite relevant.

yostane's tweet image. And a situation where #KMP's #KotlinJS is quite relevant.

#KotlinJS でcoroutine使うには core-js のほうを入れる必要がある(この辺前からわかりづらい)

cubenoy22's tweet image. #KotlinJS でcoroutine使うには core-js のほうを入れる必要がある(この辺前からわかりづらい)

#KotlinJS can be used to create @Firebase apps writing only #kotlin code. @maillotm at @KotlinLyon cc @H2G_Lab

KotlinLyon's tweet image. #KotlinJS can be used to create @Firebase apps writing only #kotlin code.
@maillotm at @KotlinLyon 
cc @H2G_Lab

If you can't find an equivalent #KotlinJS function in the stdlib, you can create an external fun with a similar name and use it.

theapache64's tweet image. If you can't find an equivalent #KotlinJS function in the stdlib, you can create an external fun with a similar name and use it.

You can use existing NPM packages, Cool React components that were originally developing using #JS while creating #Kotlin JS projects Want to know more?🤔 See you at the upcoming meetup👀 where we'll deep dive into the world of Kotlin JS with @sebi_io. Stay tuned 🚀 #KotlinJS

KotlinMumbai's tweet image. You can use existing NPM packages, Cool React components that were originally developing using #JS while creating #Kotlin JS projects

Want to know more?🤔 See you at the upcoming meetup👀 where we'll deep dive into the world of Kotlin JS with @sebi_io.

Stay tuned 🚀

#KotlinJS

Nous avons l'énorme plaisir d'accueillir @gz_k pour une avant première de son talk de la @kotlinconf ! #KotlinJS meetup.com/Lyon-Kotlin-Us…

KotlinLyon's tweet image. Nous avons l'énorme plaisir d'accueillir @gz_k pour une avant première de son talk de la @kotlinconf ! #KotlinJS meetup.com/Lyon-Kotlin-Us…

Thank you @KotlinWeekly🙏🏽 for including my third post in Kotlin/JS series about “Different ways to distribute and integrate Kotlin/JS library” #KotlinMultiplatform #KotlinJs

shaktiman_droid's tweet image. Thank you @KotlinWeekly🙏🏽 for including my third post in Kotlin/JS series about “Different ways to distribute and integrate Kotlin/JS library”

#KotlinMultiplatform #KotlinJs
このツイートは利用できません。

Two approaches to use external JS libraries with #KotlinJS: - External + dynamic - External + JsModule @maillotm at @KotlinLyon

KotlinLyon's tweet image. Two approaches to use external JS libraries with #KotlinJS:
- External + dynamic
- External + JsModule
@maillotm at @KotlinLyon

Merci beaucoup à @H2G_Lab de nous avoir accueilli ce soir pour ce super talk de @maillotm sur le développement d'apps @Firebase en @kotlin avec #KotlinJS !


Now you can use single version to control all your #KotlinJS Wrappers! 💍 Possible with BOM 🔥 github.com/JetBrains/kotl… @kotlin

aerialist_x's tweet image. Now you can use single version to control all your #KotlinJS Wrappers! 💍

Possible with BOM 🔥

github.com/JetBrains/kotl…

@kotlin

Loading...

Something went wrong.


Something went wrong.


United States Trends