Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in kotlin

IntelliJ does not sort Kotlin imports according to ktlint's expectations

kotlin intellij-idea

Kotlin Editing List

kotlin

can't call kotlin module from java module

android kotlin

okhttp3 RequestBody in Kotlin

java android kotlin okhttp3

Unresolved reference for Java file in a different flavor when referencing from kotlin

LiveData unit testing error when using postValue in init block

Kotlin: An elegant way to check if a List contains a value of another Collection / List?

kotlin

Spring WebMvcTest with post returns 403

spring rest spring-boot kotlin

multidex - NoClassDefFoundError with multidex enabled

NullPointerException when implementing Java interface from Kotlin

java.lang.IllegalStateException: DataBindingUtil.inflate<ViewDataBinding>(...) must not be null while trying to inflate using DataBindingUtil

Kotlin coroutines - delay, how does it work?

kotlin kotlin-coroutines

Kotlin - List within a List filtering

How to animate ConstraintLayout from bottom to top of screen?

@JsonValue annotation in Kotlin's enum class' value property

jackson kotlin

Pass a mutableList from activity A to activity B in Kotlin.

Can't find ViewModelProviders class, only ViewModelProvider

kotlin viewmodel

How do I pass a mutable list to a bundle?

Mocking return value of method that returns Kotlin Coroutines Deferred type

Updating project to stable coroutines Kotlin 1.3.0 + Coroutines 1.0.0 error