Rafael Costa
> Task :moduleX:javaDocReleaseGeneration Initializing plugins Dokka is performing: documentation for :moduleX Validity check Creating documentation models WARN: Could not read file: /some/path/build/intermediates/compile_library_classes_jar/release/classes.jar!/some/path/SomeSealedClass.class; size in bytes: 1011; file type: CLASS java.lang.UnsupportedOperationException: PermittedSubclasses requires ASM9
Matthew Laser
Norbi
oshai
Could not generate a decorated class for type KotlinAndroidTarget
Colton Idle
@Throws(IOException::class) fun writeStringToFile(path: Path, myMessage: String) { FileSystem.SYSTEM.createDirectories(path) FileSystem.SYSTEM.write(path) { writeUtf8(myMessage) } }
writeStringToFile("mydir/myMessage.json".toPath(), "hello, moto")
java.io.IOException: failed to create directory: mydir
brabo-hi
*Calling Kotlin suspend functions from Swift/Objective-C is currently supported only on main thread*
galex
Slider
steps
eekboom
fun sort(list: List<String>): List<String> { val collator = Collator.getInstance(Locale.GERMAN) collator.strength = Collator.PRIMARY return list.sortedWith(Comparator {a, b -> collator.compare(a, b)}) }
Kev
Enol Simón
java.lang.RuntimeException: Parcelable encountered IOException writing serializable object
A modern programming language that makes developers happier.