Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in kotlin

Why is the value param nullable in Observer from Android Architecture Components?

How to mock a new object using mockk

kotlin mockk

Switch to Kotlin 1.3.30 breaks hashCode only on Android API 21

Testing coroutines in the presenter class

Kotlin Coroutines choosing Dispatcher

kotlin kotlin-coroutines

Why can't CameraX zoom in a picture as larger as I need in Android Studio?

BillingClient.BillingClientStateListener.onBillingSetupFinished is called multiple times

Android Hilt - multi module project cast error

Run Kotlin REPL from context of my Maven project?

Kotlin repeatable @annotations don't work on jdk-8

annotations kotlin

Do Kotlin 1.2.10 and Java 9 have opposite rules regarding automatic modules?

Android Studio Error: build scan was not published

android google-maps kotlin

Make environment variables accessible to Gradle task

More than one file was found with OS independent path 'mockito-extensions/org.mockito.plugins.MockMaker'

Exception not being caught in Coroutines

"Immersive Mode" Android app. All documentation is deprecated

android windows kotlin

Custom serializer for data class without @Serializable

Migrating a MediatorLiveData to SharedFlow

Providing Dispatches.Main for runBlocking hang the Android App. Why?

How to specify duck typing (implicit interface) generics in Kotlin?

kotlin