List Question
19 TechQA 2023-12-01T06:43:04.490000How to use kotlin value class from java code?
210 views
Asked by testivanivan
Kotlin. How to store property in value class?
109 views
Asked by testivanivan
Force inlining of Kotlin inline-class?
155 views
Asked by User1291
What is the best use case to understand crossinline
122 views
Asked by Hack123
Kotlin working with value classes in libraries such as hibernate / jackson
442 views
Asked by Vidde
Cannot use 'T' as reified type parameter even I declared that T should be any class inherited by Parcelable
1.3k views
Asked by deadfish
Kotlin: inline function and shared type
213 views
Asked by Martin
Is it possible to disable inlining of value classes in Kotlin?
351 views
Asked by dta
Parcelize value (inline) class in Kotlin
1.4k views
Asked by Casaflowa
Value classes in generics - interoperability with Java/Groovy
674 views
Asked by Aleksander Ihnatowicz
Unresolved reference: JvmInline In kotlin playground
2.2k views
Asked by Sourav Kannantha B
Memory leak: Anonymous class implementing io.reactivex.Observer
498 views
Asked by Hesam
Store Kotlin inline class to MongoDB with Spring Data
1.2k views
Asked by Jan B.
Kotlin inline class for @Id-annotated properties
1k views
Asked by Jan B.
Kotlin inline class that implements interface under the hood
974 views
Asked by GV_FiQst
Is it possible to make safe inline Optional in Kotlin?
479 views
Asked by IlyaMuravjov
Kotlin inline class in JUnit tests
1k views
Asked by K.Os
Is there a way to implement the Cleaner with primitives other than boxing them in classes?
68 views
Asked by elect
Kotlin methods accepting inline classes as parameters - how access from Java?
626 views
Asked by WindRider