Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in kotlin

compose list-detail not visible in portrait mode using ListDetailPaneScaffold

How can I test that a composable is not displayed, but also accept if it doesn't exist?

Why in HorizontalPager is the page number returned by the lambda different from the currentPage?

Kotlin data class with different backing field type

kotlin data-class

How to read all lines from stdin in kotlin?

kotlin stdin

Ktor project localhost:8080 refuses to connect

java kotlin port ktor

Confusion on Room Auto Migration with NOT NULL column but no defalut value

what is the difference between val and final in kotlin?

java kotlin

How to format string to phone number kotlin alghorithm

string algorithm kotlin

Custom TabRow in Jetpack Compose

Radiobutton drawable not reacting to state_checked

How do I generate a class which extends a class which implements a generic interface using kotlinpoet

kotlin kotlinpoet

"No converter found for return value" when running Spring Boot MockMvc test

Compose Snackbar not appearing on repeated error

FloatArray vs Array<Float>: why are they different

arrays kotlin

Spring Jpa Childs are not deleted on parent entity update in OneToMany Relationship

Why in the official Kotlin coding conventions we should omit root package in directory structure?

kotlin coding-style

Kotlin multiple classes in spring @Import

spring spring-boot kotlin

Serialize Kotlin nested classes to flat JSON

json kotlin serialization

How to play audio in Kotlin Multiplatform (Desktop)?