Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in kotlin

Kotlin extension function - compiler cannot infer that nullable is not null

Unit testing the onPageStarted and onPageFinished of a WebView's WebViewClient callbacks

Using Kotlin reflection sealedSubClasses property in Android release build

android kotlin reflection

kotlin passing a mutableList in the onNext or a BehaviorSubject which should not be null

kotlin rx-java2

Inject viewModel to @Composable

How do I test Kotlin code when compiling to JavaScript?

kotlin

Shared code between Kotlin server and client projects using Gradle

gradle kotlin

Can't get dokka to generate kotlin docs on gradle/android project

Kotlin delegation to expression instead of fixed reference

java delegates kotlin

Kotlin - How to recursively call a lambda function

recursion lambda kotlin

Can't get Coverity Scan to work (Java/Kotlin/Gradle 3.3 on Windows and Travis)

java gradle kotlin coverity

How can I run the Kotlin REPL kotlinc-jvm or kotlinc

Kotlin @JvmStatic and accidental override in a companion object

swing kotlin

Why Kotlin plugin adds kotlin-stdlib-jre7 (not kotlin-stdlib) reference for Android project

When using Java/Kotlin for programming is recommended to use Tail recursion or the Iterative version? Is there any difference in performance?

java kotlin tail-recursion

Can I compare whether two floating-point number are equal in Kotlin?

kotlin

What is a simple MapRowParser in Anko?

android kotlin anko

Dokka plugin not found in Android studio 3

android kotlin kotlin-dokka

How to design a complex class which incude some classes to make expansion easily in future in Kotlin?

java kotlin

How to register an InstanceCreator with Gson in Kotlin?

java json kotlin gson