#kotlin14ask search results

@FMuntenescu I really enjoyed your session 😁🙏Thank you so much💐 #kotlin14ask @jetbrains

JustDee_s's tweet image. @FMuntenescu I really enjoyed your session 😁🙏Thank you so much💐 #kotlin14ask @jetbrains

#kotlin14ask how will be the testing in lights of KMM?


If there is anything you want to ask the Kotlin team about the 1.4 release, you can do that now! Pose questions on Twitter with the hashtag #kotlin14ask and join the Online Event to hear the answers. Join us October 12–15: kotl.in/14-qa-sessions

kotlin's tweet image. If there is anything you want to ask the Kotlin team about the 1.4 release, you can do that now! 

Pose questions on Twitter with the hashtag #kotlin14ask and join the Online Event to hear the answers.

Join us October 12–15: kotl.in/14-qa-sessions

Decorators in Kotlin!! This warms my heart🕺🕺🕺. #kotlin14ask #kotlin14 #Kotlin

michaelbukachi's tweet image. Decorators in Kotlin!! This warms my heart🕺🕺🕺.

#kotlin14ask 
#kotlin14 
#Kotlin

ES6 modules not implemented. Webpack optimization blocked! ES6 activity paused :( #KotlinJS apps include NPM libraries fully. @sebi_io, @hhariri will it be fixed in 1.5? 1.6? youtrack.jetbrains.com/issue/KT-12784 #kotlin14ask

vnturansky's tweet image. ES6 modules not implemented.
Webpack optimization blocked! 
ES6 activity paused :(
#KotlinJS apps include NPM libraries fully.
@sebi_io, @hhariri will it be fixed in 1.5? 1.6?

youtrack.jetbrains.com/issue/KT-12784

#kotlin14ask

Google, Android and Kotlin 2017: We support Kotlin 2019: Android is Kotlin first 2020: Migrate to Kotlin! #kotlin14ask


#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/



I just checkout the #Kotlin 1.4 online event program and I can't wait for these talks: 🌱 New language features in 1.4 ⏫ Coroutines update 📰 News from stdlib 👀 A look into the future 🙋 And the live Q&As! #kotlin14ask What are you curious to see? kotlinlang.org/lp/event-14/


Our #KMM team will be at the Kotlin 1.4 Online Event to answer all your questions about cross-platform development with Kotlin! Post your questions on Twitter using #kotlin14ask and don't forget to register for a 1-on-1 with the team. Registration ⬇️ kotl.in/KMM_Booth


Current design of inline classes implies that in some cases they will be instantiated. Scala had similar feature (extends AnyVal) and it proved to be hard to use in practice. They moved to opaque types that only exist at compile time. Will Kotlin avoid this mistake? #kotlin14ask


#kotlin14ask how to insert and open files from GitHub in Android studio and in Kotlin? And what means INTELLIJidea?


Join us at 8 pm CEST for a live Q&A with the speakers from the first day of the Kotlin 1.4 Online Event! Ask questions in the live chat on the event page or use #kotlin14ask to ask on Twitter. The most interesting questions will win prizes! 🏆 Stream ⬇️ kotlinlang.org/lp/event-14/


"Have a nice Kotlin".... Yeah.... No. We need something better 😂😂😂 #kotlin14ask #kotlin


Before upgrading I had no dependency on kotlin-reflect, but now in the compileKotlin step it will warn Consider providing an explicit dependency on kotlin-reflect 1.4 to prevent strange errors which indeed goes awasy when adding that dependency. #kotlin14ask


When adding the kotlinOptions.useIR = true the compileTestKotlin step will fail with: Classes compiled by a new Kotlin compiler backend were found in dependencies. Remove them from the classpath or use '-Xallow-jvm-ir-dependencies' to suppress errors #kotlin14ask


Is any update for ktor-clients project? especially redis client #kotlin14ask


#kotlin14ask when you will fix a basic authorization for http client in ktor. It is not working at all. Several issues are on github.


#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/



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/


Sebastien joins us today for the #kotlin14 online event. Ask your questions with #kotlin14ask

This post is unavailable.

Google, Android and Kotlin 2017: We support Kotlin 2019: Android is Kotlin first 2020: Migrate to Kotlin! #kotlin14ask


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

github.com

Touchlab

Kotlin Multiplatform Solutions and Development. Touchlab has 103 repositories available. Follow their code on GitHub.


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?


#kotlin14ask #kotlin14 Does "Business Logic"and not "UI centric" means Kotlin MultiPlatform will not feature native UI component?


#kotlin14ask Where can we find the best courses for KMM?


No results for "#kotlin14ask"

#kotlin14ask how will be the testing in lights of KMM?


@FMuntenescu I really enjoyed your session 😁🙏Thank you so much💐 #kotlin14ask @jetbrains

JustDee_s's tweet image. @FMuntenescu I really enjoyed your session 😁🙏Thank you so much💐 #kotlin14ask @jetbrains

If there is anything you want to ask the Kotlin team about the 1.4 release, you can do that now! Pose questions on Twitter with the hashtag #kotlin14ask and join the Online Event to hear the answers. Join us October 12–15: kotl.in/14-qa-sessions

kotlin's tweet image. If there is anything you want to ask the Kotlin team about the 1.4 release, you can do that now! 

Pose questions on Twitter with the hashtag #kotlin14ask and join the Online Event to hear the answers.

Join us October 12–15: kotl.in/14-qa-sessions

Decorators in Kotlin!! This warms my heart🕺🕺🕺. #kotlin14ask #kotlin14 #Kotlin

michaelbukachi's tweet image. Decorators in Kotlin!! This warms my heart🕺🕺🕺.

#kotlin14ask 
#kotlin14 
#Kotlin

ES6 modules not implemented. Webpack optimization blocked! ES6 activity paused :( #KotlinJS apps include NPM libraries fully. @sebi_io, @hhariri will it be fixed in 1.5? 1.6? youtrack.jetbrains.com/issue/KT-12784 #kotlin14ask

vnturansky's tweet image. ES6 modules not implemented.
Webpack optimization blocked! 
ES6 activity paused :(
#KotlinJS apps include NPM libraries fully.
@sebi_io, @hhariri will it be fixed in 1.5? 1.6?

youtrack.jetbrains.com/issue/KT-12784

#kotlin14ask

Loading...

Something went wrong.


Something went wrong.


United States Trends