Are you still using AGP 8 in Kotlin Multiplatform projects? If so, thatβs fine, but AGP is still running π Thereβs a new version, 9.1.0 β‘οΈ If youβd like to stay current, check out our GitHub template with the guideline π github.com/watermelonKo...
#Kotlin #KotlinMultiplatform
11.03.2026 01:30
π 1
π 1
π¬ 0
π 0
Yes good point π―
09.03.2026 16:43
π 1
π 0
π¬ 0
π 0
OMG I focused @watermelonkode.bsky.social π too much. Will ChatGPT include Ads, REALLY? π€― What is the point to ask or use AI if I hear or read manipulated answers to change my decision π€ Imagine you use calculator but result is changing to control your thoughts π What do you think about the news?
26.02.2026 03:58
π 1
π 0
π¬ 0
π 0
Join the watermelonKode π Discord Server!
Join Kotlin Multiplatform community! π€ Follow latest updates and provide feedbacks about our apps! π | 7 members
Iβve launched the @watermelonkode.bsky.social π Discordπ
A space for serious Kotlin Multiplatform builders. π«΅
Weβre building VocabKit + more KMP projects. If you build, youβre welcome π€
discord.gg/ZtkY5X4ha3 π
#kmp #kotlin #kotlinmultiplatform #cmp #compose #androiddev #iosdev
25.02.2026 19:02
π 3
π 1
π¬ 0
π 0
Re-created a swipe card animation in KMP with CMP π₯ Smooth drag + buttery animations β
ποΈ Showing only 3 UI cards while supporting 10β¦ or 1,000+ items behind the scenes β‘οΈ
This will ship in VocabKit π Letβs join waitlist π© vocabkit.ca
#KotlinMultiplatform #Compose #KMP #iOSDev #AndroidDev #Kotlin
14.02.2026 17:00
π 2
π 0
π¬ 0
π 0
Better Code Reviews: 6 Targets, Team Agreements, High-Impact Comments
Professional Code Review Skills (PDF + practical templates)Code reviews are one of the fastest ways to improve code quality, team trust, and your engineering reputation. This guide helps you review pu...
#Dev we published a short PDF: Better Code Reviews β
A practical framework for higher-signal PR reviews:
π 6 Targets checklist
π Objective comments (not subjective)
π Positive voice + less bikeshedding
π 20% off Feb 22π: WMKD-STDNT
π‘ $4.99 on Gumroad: watermelonkode.gumroad.com/l/BetterCode...
09.02.2026 13:47
π 2
π 1
π¬ 0
π 0
GitHub - watermelonKode/kmp-wizard-template: This repository is created by KMP Wizard but updated to use AGP 9.
This repository is created by KMP Wizard but updated to use AGP 9. - watermelonKode/kmp-wizard-template
Actually AGP but you need to update your gradle file when you want to use AGP 9. For example, you must use androidLibrary {...} for non-android modules. @watermelonkode.bsky.social GitHub has an example repo: github.com/watermelonKo... with a Medium article blog.watermelonkode.com/how-to-updat...
08.02.2026 02:19
π 0
π 0
π¬ 1
π 0
How to update the Android Gradle plugin to version 9.0.0 in a Kotlin MultiplatformβββKMP & AGP 9
Nowadays, KMP projects usually use Android Gradle Plugin 8.11.x, 8.12.x or 8.13.x but I wanted to try and write an article for all Kotlinβ¦
I migrated a fresh Kotlin Multiplatform Wizard project to AGP 9.0.0 and published it as a GitHub template πͺ
π Write-up: blog.watermelonkode.com/how-to-updat...
π GitHub Repo: github.com/watermelonKo...
#Kotlin #KotlinMultiplatform #KMP #AGP #Android #ComposeMultiplatform #CMP
25.01.2026 00:25
π 1
π 0
π¬ 0
π 0
I wanted to update KMP project for AGP 9 and see how it is simple or not. Now, I am asking myself, why I am doing this. There should be a smooth upgrade but reality is fire π₯
17.01.2026 20:49
π 0
π 0
π¬ 0
π 0
During our VocabKit KMP project development, we noticed that @Preview is deprecated. If you develop a Kotlin Multiplatform too, do not forget to update it π
15.01.2026 16:48
π 1
π 1
π¬ 0
π 0
Android Studio Panda is arrived and I liked island design. However, KMP plugin is not yet completable with Panda πΌ plugins.jetbrains.com/plugin/14936...
By the way, I was thinking about creating KMP Project View plugin but somebody already created and shared. Software world is really wild π€
24.12.2025 06:05
π 1
π 0
π¬ 0
π 0
We built a State Machine βοΈ framework today for KMP projects π It includes 25 unit test cases. According to its performance, we think about converting it as open source library π What do you think? + Any name suggestions? π
#KotlinMultiplatform #KMP #Kotlin #KotlinDev #AndroidDev #iOSDev #AppDev
23.12.2025 16:42
π 3
π 1
π¬ 0
π 0
This is a KMP Desktop project with CMP which assists me to upload all words and images into Firebase Database and Storage for @vocabkit.bsky.social βοΈ It is under development progress such as home page is cooking now π₯ Feel free to join wait list www.vocabkit.ca βοΈ #KotlinMultiplatform #Firebase
30.11.2025 01:43
π 2
π 0
π¬ 0
π 0
Use local AI models in JetBrains IntelliJ IDEA IDE for Kotlin Multiplatform development
This article explains how we can use local AI models in IntelliJ IDEA Community Edition while we develop KMP apps in watermelonKode
How to use local AI models in @jetbrains.com @intellijidea.com for Kotlin Multiplatform development? β This article would like to give answer also it includes custom local AI models, tests between local AI models, and more π blog.watermelonkode.com/use-local-ai...
#Kotlin #KMP #Ollama #aicodingtool
25.11.2025 13:11
π 0
π 1
π¬ 0
π 0
Update π’ There is no 32B version of the model π« So, I setup deepseek-coder-v2:16b with #Ollama and start to use in IntelliJ IDEA for VocabKit #KotlinMultiplatform project π¦ To help the community, I am writing a Medium article about it now βοΈ Share your idea in comments π
16.11.2025 16:02
π 2
π 0
π¬ 0
π 0
Do you use local LLM with Android Studio and IntelliJ IDEA? If yes, which one? π I am thinking to use DeepSeek Coder V2 32B for "VocabKit" Kotlin Multiplatform project π€ Feel free to share your experience or opinion about it π€ #KMP #Kotlin #aicodingassistant #LLM4Code #androiddev #iosdev
15.11.2025 23:55
π 1
π 0
π¬ 0
π 1
Normally my plan was to create an English improvement app VocabKit. Now? I am creating a Compose Desktop project to upload data into the Firebase Database and Storage. π₯π« However, I really like to have this flexibility with KMP and CMP. This tech opens a lot of opportunities. ππ #KotlinMultiplatform
14.11.2025 20:34
π 1
π 0
π¬ 0
π 0
Good to know, thank you!
14.11.2025 18:48
π 0
π 0
π¬ 0
π 0
Just wrapped up Software Architecture Foundations by Allen Holub π
ποΈ Explored: Reactive, Microservices, Microkernel, Monolith, etc.
πΈ Wrong architecture = huge maintenance cost over time.
π’ Your org structure = your code structure (Conwayβs Law π).
www.linkedin.com/learning/sof...
18.10.2025 17:52
π 1
π 0
π¬ 0
π 0
LinkedIn Login, Sign in | LinkedIn
Login to LinkedIn to keep in touch with people you know, share ideas, and build your career.
Itβs not easy finding devs who work with Kotlin Multiplatform in businessβmaybe because βKMP Developerβ isnβt an official title yet π« So, I created a LinkedIn group for KMP folks to connect & share ideas, posts π www.linkedin.com/groups/13189...
#AndroidDev #Kotlin #KotlinMultiplatform #iOSDev
16.10.2025 16:51
π 3
π 0
π¬ 0
π 0
Finally, we can set Project view as default in Android Studio. This is really nice if you develop Kotlin Multiplatform project in Android Studio π οΈπ±
#AndroidDev #Kotlin #KotlinMultiplatform #AndroidStudio #iOSDev
16.10.2025 16:21
π 18
π 5
π¬ 1
π 0
I decided to create a Compose Multiplatform desktop app to upload my vocabulary list with all details into Firebase Firestore for VocabKit Kotlin Multiplatform project. This is my first time to touch KMP Desktop, so I feel like an Alien tourist π½πΈπ #Kotlin #Firebase #Desktop #KMP #CMP
12.10.2025 22:14
π 2
π 0
π¬ 1
π 0
Seems I need to create a new project π«
11.10.2025 19:04
π 0
π 0
π¬ 0
π 0
How do you upload large data to #Firebase Firestore? Such as you need to add 10 products and their details. Do you create them one by one? I look for different approaches, so feel free to share ππ€ #AndroidDev #Kotlin #Google #MobileDev
11.10.2025 17:50
π 1
π 0
π¬ 0
π 2
How ofter do you update versions of your dependencies in libs.version.toml file of your Kotlin Multiplatform project? ππ There are my updates for VocabKit π
#AndroidDev #Kotlin #KotlinDev #KMPDev #SoftwareDevelopment #GitHub
11.10.2025 01:36
π 2
π 0
π¬ 0
π 0
Change GitHub Copilot Chat Language in Android Studio
YouTube video by Caner KaΕeler
Here is a quick video about how to change chat language of GitHub Copilot in Android Studio π¬πΏ youtu.be/tOzLBE-sDx8?...
#Copilot #AndroidStudio #GitHub #AndroidDev #android
09.10.2025 21:39
π 1
π 0
π¬ 0
π 0
@kotlinlang.org fyi π
07.10.2025 21:33
π 0
π 0
π¬ 0
π 0
KMP plugin gives error for Android Studio Otter Canary 4 π Plugin 'Kotlin Multiplatform' (version '0.9-251.26094-AS-85') is not compatible with the current version of the IDE, because it requires build 251.* or older but the current build is AI-252.25557.131 π«
#Kotlin #Gradle #AndroidDev
07.10.2025 20:41
π 2
π 0
π¬ 1
π 0