List Question
20 TechQA 2024-03-13T09:16:54.353000Broken null checking for Optionals?
43 views
Asked by henry
Use a top-level val with a function type as if it were a static function from Java
56 views
Asked by Jake
(AndroidStudio)Fix not Implemented exception when using Java and Kotlin in multi-module project
81 views
Asked by Seong
How to make two Java methods have the same name in Kotlin?
128 views
Asked by Sweeper
Compiling for both Kotlin/Java and Kotlin/JS?
170 views
Asked by Brian White
Can I add an existing java class to a sealed Kotlin class?
177 views
Asked by hc0re
IntelliJ does not compile source files, unless I put "Build Project" in Before Launch steps
252 views
Asked by vikrant21st
How to shadow member function with a custom Kotlin extension function? (like Kotlin stdlib does)
529 views
Asked by Kirill
What's the use for Kotlin's @JvmSynthetic on a file target?
214 views
Asked by superbadcodemonkey
Kotlin noarg plugin not initializing default values
330 views
Asked by Dmitry Shut
How can I call Kotlin extension function with receiver from the Java static method?
587 views
Asked by Goltsev Eugene
Kotlin Problem Delegating to Map with DefaultValue - Language Bug?
773 views
Asked by user2297550
Benefit of specifying -jvm-target / jvmTarget version other than 1.8
2.1k views
Asked by Endzeit
Scoping Java static methods in Kotlin
99 views
Asked by Atemu
Value classes in generics - interoperability with Java/Groovy
674 views
Asked by Aleksander Ihnatowicz
How to translate Kotlin Nothing to Java?
177 views
Asked by htafoya
kotlin idiomatic way to make it simpler when pass in a nullable mutableMap
260 views
Asked by lannyf
Kotlin's "internal" keyword Java interop
279 views
Asked by Grzegorz Piwowarek