Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in kotlin

How to use kotlinx.coroutines.withTimeout in kotlinx.coroutines.test.runTest?

kotlin kotlin-coroutines

Dynamic Url with @Post request retrofit + hilt

Serialization omitting nulls

JetpackCompose Navigation Nested Graphs cause "ViewModelStore should be set before setGraph call" exception

Hilt java.lang.IllegalStateException: Unsupported metadata version. Check that your Kotlin version is >= 1.0

How can I get the font size of a text when I use Text() in Compose?

Spring not null validation throwing HttpMessageNotReadableException instead of MethodArgumentNotValidException in kotlin

spring rest validation kotlin

How to get annotation parameter in annotation processor

How is it possible to instantiate a ViewModel in a unit test?

kotlin constructor / spring mvc validation

Do I need to mention the coroutine dispatcher while working with Retrofit and Room?

How test a ViewModel function that launch a viewModelScope coroutine? Android Kotlin

Jackson @JsonIgnoreProperties multiple fields with Kotlin

jackson kotlin

Google play service game signInSilently() FAILED error 'com.google.android.gms.common.api.ApiException: 4: 4 '

How to serialize Kotlin data-class with default values into JSON using kotlinx.serialization?

How to load remote SVG image using Coil in Jetpack Compose

Dagger 2 Component with differently scoped modules

java kotlin dagger-2

How to set component at end of Row in Jetpack Compose? [duplicate]

How to safely cast (no null cast) in Kotlin

kotlin

what is ActivityCompat and where and how we can use it?

android kotlin