Kotlin

Kotlin

Compute and AI with Kotlin on Cloudflare Workers

Building serverless edge functions with Kotlin/JS and sharing code across mobile and serverless platforms

Read
Kotlin

Parsing Kotlin code using Kotlin

As Android codebases have moved largely to kotlin, code analysis for kotlin code presents itself as a unique problem with a utterly simple solution.

Read
Kotlin

Targeting Kotlin for both Android and iOS

Kotlin has been traditionally used as a language for JVM based platforms and has become highly popular in Android ecosystem. As the language matures, it is knocking on new frontiers — platforms other than JVM, one of them being iOS.

Read
Kotlin

Kotlin Serialization Library

Kotlin has recently released a library for serialization. To put things in perspective, before this there was no serialization lib provided by kotlin but you could use any platform supported serialization libraries with Kotlin classes(eg. Gson for JVM/Android).

Read