List Question
20 TechQA 2024-01-26T13:30:39.397000How to use kotlin value class from java code?
210 views
Asked by testivanivan
How to pass Class.Companion as a parameter
41 views
Asked by Lotexiu
object instances in companion objects
431 views
Asked by Anm
How to get packageName in companion object?
142 views
Asked by CodingBruceLee
Can I add companion extension without first having companion object within a class?
290 views
Asked by Elye
Does cancelling a coroutine cancel the write to a file?
217 views
Asked by Diken Mhrz
cant understand this kotlin companion object code
48 views
Asked by sluzzle dude
Kotlin. How to check if value is in range?
2.2k views
Asked by testivanivan
How to access function of companion object using class object in Kotlin?
2.4k views
Asked by Dhaval
Call another function or variable inside a companion object android kotlin from main thread
862 views
Asked by ekibet
Why can I not access `::class.companionObject`?
1k views
Asked by Will Chen
Is using companion object in activity and application class a good way?
1.6k views
Asked by c-an
Why Companion object is not accessible from Java code?
1.6k views
Asked by Saurabh Dhage
Is it possible to extends a class that has a non empty constructor with a companion object
199 views
Asked by Eitanos30
Variable in base class is null when initialized from derived class but called from super
256 views
Asked by galaxigirl
How to override inherited getter from java class in a kotlin companion object
303 views
Asked by Jakob
Companion object method not accessible from subclass
2k views
Asked by AndrewBloom
Why does companion object put const vals into parent class?
324 views
Asked by imbactbulletz
Accessing a Kotlin object nested in companion object from Java
692 views
Asked by Lore