Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in kotlin

Kotlin referential equality behavior on Int with values between -128 to 127

kotlin

Different enums, same value in protobuf

kotlin protocol-buffers

How to use ViewModel with Jetpack Compose?

is it possible to add a template to the getter/setter of a data class?

intellij-idea kotlin

How to set connect/read timeout in the Spring's `RestClient`?

java spring kotlin client

Webpack config not applied in kotlin multiplatform react project

kotlin gradle webpack

How to make a always on placeholder/hint for Jetpack Compose TextField?

Why is the getOrElse() function of arrow-kt returning Any?

kotlin option-type arrow-kt

What is the idiomatic way to clone a MutableMap?

kotlin

Define Kotlin extension function in java code

How to use Dokka to generate Docs like Kotlinlang.org

How to apply rounded corner to a view based on its width in Android Kotlin

difference between "&&" and "and" in kotlin

Jetpack Compose Preview Render Problem with java.lang.ClassNotFoundException: android.os.ext.SdkExtensions error

Ktor force refresh cache-control endpoint

android kotlin ktor

A MonotonicFrameClock is not available in this CoroutineContext when I try to change ModalBottomSheetState from ViewModel

Jetpack Compose LazyRow - Center selected item

How multiply nullsafe float in kotlin?