Something is bugging me regarding numeric rules during init and comparison
|
|
4
|
1413
|
May 31, 2018
|
Lets talk about extensions in new way
|
|
7
|
1666
|
May 28, 2018
|
How can I create generic class, which inherits itself?
|
|
4
|
1926
|
May 28, 2018
|
A < b < c
|
|
5
|
1810
|
May 26, 2018
|
[POSSIBLE BUG] generic method overload ambiguity
|
|
4
|
2876
|
May 26, 2018
|
Receiving parameters in when statement
|
|
4
|
1480
|
May 24, 2018
|
So. What's next in language design?
|
|
31
|
10325
|
May 24, 2018
|
Kotlin to listen to ngrok server
|
|
0
|
994
|
May 23, 2018
|
Programming patterns for creating custom exceptions
|
|
1
|
2414
|
May 20, 2018
|
Delegates should perform null-check when accessed
|
|
1
|
1227
|
May 19, 2018
|
"Members of private classes can-not be accessed from non-private inline functions" - why?
|
|
10
|
7686
|
May 18, 2018
|
official course of Kotlin
|
|
1
|
1080
|
May 17, 2018
|
Feature request: Implicit Import enum values
|
|
7
|
2589
|
May 15, 2018
|
Problems with CoroutineExceptionHandler as an extension point
|
|
0
|
869
|
May 14, 2018
|
Proposal for iterable array in inline functions
|
|
1
|
1086
|
May 13, 2018
|
Top level functions in multiplatform projects
|
|
2
|
963
|
May 13, 2018
|
Lateinit var for inline methods
|
|
7
|
2703
|
May 9, 2018
|
Factories and constructors with default arguments
|
|
2
|
1785
|
May 5, 2018
|
Access members of custom delegates
|
|
5
|
2169
|
May 3, 2018
|
Multiplatform expect/actual, typealias, and extension functions
|
|
2
|
2817
|
April 29, 2018
|
Why is it not up to the caller to decide whether to use a receiver or parameter?
|
|
1
|
860
|
April 28, 2018
|
Import functions with their filename
|
|
4
|
1295
|
April 26, 2018
|
After deserialisation, none of the @Transient variables will be initialized
|
|
0
|
1732
|
April 26, 2018
|
Properties that act as aliases for other properties generate unnecessary getters and setters
|
|
1
|
1545
|
April 24, 2018
|
Kotlin protected static function behaves differently as in Java
|
|
3
|
2381
|
April 24, 2018
|
Kotlin is even more confusing than js :)
|
|
20
|
4599
|
April 23, 2018
|
Are parameter methods on Kotlin functions visible in Java?
|
|
3
|
1322
|
April 23, 2018
|
Unobvious BigDecimal.div
|
|
1
|
2445
|
April 22, 2018
|
Iterating with: operator fun <T> Iterable<T>.invoke(f: T.(Int) -> Unit)
|
|
6
|
1448
|
April 22, 2018
|
Object vs object declaration
|
|
3
|
973
|
April 18, 2018
|