Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in kotlin

How to set compileJava' task ( 11) and 'compileKotlin' task (1.8) jvm target compatibility to the same Java version in build.gradle.kts?

Unit test for Kotlin lambda callback

Is "double exclamation" same as "as" in Kotlin?

kotlin

Propertly would not be serialize into a Parcel in Kotlin

Spring - server.connection-timeout not working

java spring spring-boot kotlin

Getting an error Using 'body(): ResponseBody?' is an error. moved to val with okhttp

kotlin okhttp okhttp3

kotlinx-serialization class marked @Serializable does not have the .serializer() extension function

Kotlin: difference between IT and THIS keyword

android kotlin

Algebraic data types in Kotlin

Kotlin synthetic extension for view

Room Persistence lib implementation in Kotlin

android kotlin

Is there a way to identify a Kotlin data class from a regular Kotlin class?

Kotlin object expressions: Comparator example

Copy Immutable Map to Mutable Map in Kotlin

kotlin

How do I constrain a Kotlin extension function parameter to be the same as the extended type?

generics kotlin

Google Auth migrating to androidx: SignInHubActivity does not implement Lifecycle

Integration tests with Gradle Kotlin DSL

Test if string contains anything from an array of strings (kotlin)

arrays string kotlin contains

How to implement validation using ViewModel and Databinding?

How to make BaseFragment with View Binding