|
BUG or Unexpected Behaviour: IllegalAccessException when anonymously extending a public interface inherited from package-private definition
|
|
1
|
1194
|
December 9, 2017
|
|
Kotlin Multiplatform - how to build .class file
|
|
1
|
2893
|
December 9, 2017
|
|
Gradle kotlin plugin: passing sources into the KotlinCompile task
|
|
1
|
2882
|
December 8, 2017
|
|
Unreachable "return" in try/finally block
|
|
7
|
7669
|
December 7, 2017
|
|
Resource management for multi-project build
|
|
1
|
1078
|
December 8, 2017
|
|
Best way to represent static final field without incurring a bytecode cost
|
|
5
|
3208
|
December 8, 2017
|
|
Kotlin compilation bug: KotlinFrontEndException
|
|
2
|
6800
|
December 8, 2017
|
|
Iterate over map and create new map from key/value
|
|
3
|
19815
|
December 8, 2017
|
|
Kotlin android extensions plugin cant parse my layouts
|
|
31
|
25928
|
December 8, 2017
|
|
Newbie: why are there no Java class property references?
|
|
3
|
1375
|
December 7, 2017
|
|
Make using when-keyword more concise (or provide alternative)
|
|
8
|
2361
|
December 7, 2017
|
|
Grouping class members by accesibility?
|
|
5
|
1259
|
December 7, 2017
|
|
[SOLVED] Try with resources with `AutoClosable`
|
|
3
|
6531
|
December 7, 2017
|
|
Custom kind of object with external instance management
|
|
3
|
1336
|
December 7, 2017
|
|
Sudden "overrides nothing" errors appear, no recent change to Kotlin build version
|
|
4
|
31978
|
December 6, 2017
|
|
Get enclosing class from KProperty1
|
|
5
|
2708
|
December 6, 2017
|
|
Set generics inference upper limit?
|
|
4
|
1748
|
December 6, 2017
|
|
How to use Kotlin Null-Safe feature with Hibernate + Oracle empty Strings
|
|
3
|
3513
|
December 5, 2017
|
|
Concise way to manage resource with exception in kotlin
|
|
11
|
10790
|
December 5, 2017
|
|
A good bad idea: use a constraint solver to proove `when` exhaustiveness
|
|
2
|
1867
|
December 4, 2017
|
|
Request for feedback: Android Coroutines Library proof of concept
|
|
0
|
1167
|
December 4, 2017
|
|
Why Cursor.use{...} does not compiles?
|
|
6
|
5059
|
December 4, 2017
|
|
Serialization of "dynamic" types
|
|
0
|
2639
|
October 29, 2017
|
|
MyClass.class syntax in Kotlin
|
|
14
|
77941
|
December 4, 2017
|
|
Why does mutableMapOf make LinkedHashMap and not HashMap?
|
|
1
|
2209
|
December 4, 2017
|
|
Serialize a ByteArray in a ProtoBuf
|
|
0
|
1294
|
December 4, 2017
|
|
Kotlin script engine error
|
|
1
|
2347
|
December 3, 2017
|
|
Multiplatform and JVM Statics (java.util.Optional)
|
|
5
|
2338
|
December 2, 2017
|
|
Why is this.isNullOrEmpty() not equivalent to (this == null || this.isEmpty())
|
|
14
|
20703
|
December 2, 2017
|
|
Multi "if" language construction
|
|
7
|
3243
|
December 1, 2017
|