Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in kotlin

Building a Gradle Kotlin project with Java 9/10 and Gradle's Kotlin DSL

How to save file to storage (android 13 - API33)

java android kotlin android-13

How to implement YouTube IFrame Player API in Android using kotlin and jetpack compose?

Why does my Kotlin Gradle build die with exit code 137?

gradle kotlin

How to vacuum database tables in a Spring Boot application?

Equivalent to C#'s Semaphore/SemaphoreSlim in Kotlin?

kotlin kotlinx.coroutines

OkHttpClient sometimes getting incomplete json response

What's the difference between a failed job and a job that has completed exceptionally?

kotlin kotlin-coroutines

Delegated properties inside functions

Ktor: How to check authentication inside a route handler?

kotlin ktor

Kotlin check for words in string

android regex kotlin

Android JetPack Compose - Understanding @Composable scopes

Kotlin + MockIto + Android Instrumentation Test

android kotlin mockito

How to mock Instant.now() in Kotlin?

kotlin mockk

How to set a threshold for LazyColumn/ViewPager before starting to scroll?

How to create a coroutine Dispatcher for the current thread?

Running simple Kotlin Ktor app in docker container with PostgresSql database

How to make vararg parameter which gets at least one argument?

kotlin

Kotlin “toString()” Not Available in Android DataBinding

Trying to get a when expression to show the result on the ui in kotlin

kotlin