Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in kotlin

How can I use annotation @IntRange for Kotlin extension function for Integer

How to drag bottomsheet from anywhere in the screen?

Do we still need onSaveInstanceState() when we have ViewModels?

android kotlin mvvm viewmodel

Not able to add Firebase cocoapod to kotlin multiplatform shared module

Specifying Main class in pom.xml for spring boot projects in Kotlin

maven spring-boot kotlin

BooleanArray with size larger than 2147483647

Bound Multiple Times issue when using Hilt for UI Test, TestInstalln

State flow doesn't emit new value when sorting a Map

Why is "".equals(1) Valid but "" == 1 Invalid in Kotlin?

kotlin equality

How to fix "Cannot access '<init>': it is package-private in 'Icon'" for the Icon composable?

Kotlin pass array of custom objects via Intents and receive as a ArrayList

Fragment with ViewPager having blank pages after returning to it from another fragment

Kotlin crash Cannot convert the provided notation to an object of type Dependency: org.jetbrains.kotlin.gradle.dsl.KotlinProjectExtension_Decorated

android gradle kotlin

How to create dot indicator (with color and size transiton) in Jetpack Compose

Set modifier height width to coil Image or AsyncImage and scal the image loaded from url

Kotlin inheritance with generics

How to resolve "Entities and POJOs must have a usable public constructor"

android kotlin android-room

Parcelize value (inline) class in Kotlin

Is Kotlin's range checking is efficent?

kotlin

Cutting one shape from an other shape in Jetpack Compose