StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

hotkey

Rating
1631.78 (847th)
Reputation
70,756 (1,213th)
Page: 1 2 3 4 5 6 ... 14
Title Δ
How does this kotlin code work? 0.00
Kotlin: cannot access enum defined in companion object 0.00
Where are the (class path?) strings found that I add to my dependen... 0.00
Kotlin reflection on object instance 0.00
Kotlin, Android - How do i post the same runnable inside the runnab... 0.00
Kotlin: return immutable collection from getter while using mutable... 0.00
Do I really need to use kapt when there is no kotlin code? 0.00
Kotlin idiomatic way to process collection as long as some conditio... 0.00
kotlin companion object field with debugger 0.00
Return from `buildSequence` in Kotlin 0.00
Kotlin: Constructor of inner class can be called only with receiver... 0.00
Kotlin set variable and call method in main class from companion ob... 0.00
Kotlin calling non final function in constructor works +1.25
Instantiating an object within the object declaration in kotlin -2.06
kotlin generics: Cannot infer type parameter 0.00
Kotlin summing with groupingBy and aggregate -2.56
collapse list of int to list of ranges in kotlin -0.26
Idiomatic way to add an element into sub-list in full-immutable hie... +0.33
How to group objects by values 0.00
Is there any way to declare a scope extension to third party librar... 0.00
How to implement mutable optional in Kotlin? 0.00
How to convert a ByteArray to a ShortArray in Kotlin? +0.31
Are these functions in the Kotlin Collections standard library dupl... -0.16
Kotlin delegated property by map throwing NoSuchElementException if... 0.00
What are the use cases for `Delegates.observable` when we have prop... +1.36
Map list to tuples of following elements -2.28
Converting a generic enum from Java to Kotlin -2.30
Kotlin value vs. reference in assignment 0.00
Error:(15, 1) Kotlin: A 'return' expression required in a f... 0.00
Line break, new line in KDoc 0.00
Anko Layout DSL: How to use already existing layout? -2.78
Get generic type of T in Kotlin 0.00
How use class in annotation Kotlin 0.00
Call data class copy() via reflection 0.00
Why is the Java ArrayList compatible with Kotlins List interface +1.53
Is it good to extend lambdas in kotlin 0.00
passing a generic type to a nested sealed class 0.00
Kotlin warnings with gradle build 0.00
Migration from Java to kotlin - a SAM wrapper challenge? 0.00
How do I make a nested list in Dokka? +0.31
What does a warning on a Java getter call from Kotlin mean? 0.00
kotlin-js gradle outputfile wrong 0.00
Guice TypeLiterals in Kotlin 0.00
Lists: Idiomatic way of filtering similar elements +1.44
How to pass a function into a data class in Kotlin? +0.74
Function that handles either an Array<T> or IntArray 0.00
Does It possible to use multiple common libraries in Kotlin? +0.33
Using useBuildCache in gradle and kapt 0.00
Why use $ for print message in kotlin 0.00
kotlin coroutines. Difference between launch{ fun} and launch {susp... +0.33