Search results for #kotlin14ask
For all #AndroidDev and other #backend and #fullstack devs, who missed the Day4: server-side Kotlin of #KotlinOnline event, let’s catch up! #Kotlin #Kotlin14ask #Kotlin14 #100DaysOfCode #Javascript #nodejs #python #php #ruby #go youtube.com/watch?v=ZFKxAY…
@kotlin #kotlin14ask What are the steps being taken to make ktor client for the browser more lightweight? And if its in the works, what size are we looking at?
#kotlin14ask #kotlin14 @KotlinEgypt ❤️❤️❤️
It’s the last chance to ask the Kotlin team your questions! Join all fourth day speakers from at the live Q&A session! To ask questions use the stream’s chat or #kotlin14ask on Twitter. 🏆 The best questions will be rewarded! Stream ⬇️ kotlinlang.org/lp/event-14/
Google, Android and Kotlin 2017: We support Kotlin 2019: Android is Kotlin first 2020: Migrate to Kotlin! #kotlin14ask
For all #AndroidDev who missed the Day3: Kotlin everywhere: #Android, Mobile Multiplatform, Kotlin/JS of #KotlinOnline event, let’s catch up! #Kotlin #Kotlin14ask #Kotlin14 #100DaysOfCode #Javascript #iOS #JS #FullStack #KMM youtube.com/watch?v=KObxml…
Will klib mean smaller application size than jar ? #kotlin14ask
Day 2 of #Kotlin14ask was all about libraries. Turns out we have a few of our own KMM libraries. Have a look: github.com/touchlab Day 2 video recap by the Touchlab team (Kotlin Multiplatform Mobile experts): youtu.be/x-q1X2AaiI4 #Kotlin #Kotlin14
@kotlin @FMuntenescu @Google Aren't Android specific libs like Room for example going against a Kotlin Multiplatform approach when it comes to SQLite or is Room gonna go multiplatform so we can also use it on iOS? #kotlin14ask
Hi everyone, I see that suspend modifier is now support for Swift. How about Flow? Are they supported similarly or what's the plan for it for Swift and iOS? #kotlin14ask
#kotlin14ask Is there a plan for a kotlin wrapper for the Svelte framework which seems to be much better for smaller and performant webapps than React.
#kotlin14ask Does dce work for dependencies that import the entire npm package, but in our project we only use some of those features? I noticed webpack bundled the entire package for a material ui wrapper but in our project we only used some of those features.
#kotlin14ask Is it possible to further reduce the kotlin std lib bundle size by only including kotlin features we used in our project (and similarly for coroutines), similar to tree shaking in webpack?
#kotlin14ask the power of app in Android it the same when use KMM for both Android and iOS
#kotlin14ask Can we get ios application by KMM without coding in mac?
#kotlin14ask Is there any plans to make Compose multiplatform, so there can be shared UI as well
#kotlin14ask Will there be an official Firebase SDK for Kotlin Multiplatform Mobile?
#kotlin14ask We are thinking of using KMM to create a mock server for both iOS and Android for Instrumentation testing. How is KMM working with JUnit and XCTest?