Mar 22, 2024 · Kevin SchildhornAndroid Jetpack ViewModel has KMP Support!This article discusses the newest version of the lifecycle-viewmodel artifact, part of the official Android Jetpack library, and how it adds support for KMP projects.Read (2 min) ->
Mar 4, 2024 · Gustavo Fão ValvassoriGetting Started with Web Assembly and Kotlin MultiplatformWeb Assembly is a new technology that allows you to run code written in languages other than JavaScript in the browser. In this article, we will learn how to use Kotlin Multiplatform to write code that runs in the browser using Web Assembly.Read (6 min) ->
Feb 16, 2024 · Gustavo Fão ValvassoriMeasuring and analyzing the KotlinJS bundle sizeSmaller JavaScript bundle size helps improve a website's loading speed and performance. In this article, we present two different ways of analyzing and measuring KotlinJS bundle size.Read (6 min) ->
Feb 1, 2024 · Jigar BrahmbhattKotlin 1.9.20: Streamlining Source Sets in Multiplatform ProjectExplore how Kotlin 1.9.20's new features significantly enhance the experience of setting up target source setsRead (5 min) ->
Jan 26, 2024 · Gustavo Fão ValvassoriListening for element events with Compose for WebIn a declarative world, events are the main way to interact with the elements, and most components have a way to listen for them.Read (5 min) ->
Dec 22, 2023 · Gustavo Fão ValvassoriUsing CSS libraries with Compose for WebUsing third-party styles have a few gotchas. Here are some tips and tricks to help you out.Read (5 min) ->
Dec 21, 2023 · Jigar BrahmbhattSQLDelight 2.0.1 includes big fix for Kotlin Native!The 2.0.1 update for SQLDelight is out now and features a crucial bug fix addressing thread safety issues in Kotlin Native.Read (1 min) ->
Dec 15, 2023 · Gustavo Fão ValvassoriStyling your components on Compose WebStyling your UI is a very important part of any application. This article will explore how to style our Compose Web components.Read (8 min) ->
Dec 14, 2023Resource Sharing in Compose MultiplatformJetBrains just shared a development roadmap for 2024 detailing their focus for 2024. One item stands out above the rest: a common API for resources.Read (2 min) ->
Dec 8, 2023 · Gustavo Fão ValvassoriExploring Compose WebCompose for HTML has different components than Compose for SKIA. In this article, we will explore and learn how to configure a few of them.Read (6 min) ->