Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in kotlin

Gradle compileKotlin includeRuntime not adding runtime to jar

gradle jar runtime std kotlin

Entity list relationships in Android Room

Bridge channel to a sequence

Android Studio 3 Kotlin version

Kotlin Proguard rule for enum?

enums kotlin proguard

Android kotlin onTouchListener wants me to override performClick()

Java to Kotlin converter and nullable method arguments

What are the advantages of a companion object over a plain object?

kotlin

How do I access the default ToolBar from an Activity in Android?

How can I tell kotlin that a function doesn't return null if the parameter is not null?

How can delete all records except latest 10 records with in Kotlin with anko?

android kotlin anko

How to receive JSON object in Ktor?

kotlin gson ktor

Pass a parameter to generic function with several upper bounds

Kotlin declare nested array

uses-library com.android.nfc_extras breaks AndroidTest for api 26 and above when testing on a real device

Kotlin coroutines, is there a better way to return this value?

How to make a delay in Kotlin Multiplatform (pure kotlin)

Accessing static inner class defined in Java, through derived class

java kotlin interop

viewModelScope.launch(Dispatchers.IO) purpose

android kotlin viewmodel

RecyclerView in Fragment crashes when navigating to another Fragment