6 ms·
There definitely is Kotlin without Java, and you can compile Kotlin code for use in jvm, ios/ipados/macos, android, wasm/js, and native.
by olcay_ 5mo ago
There definitely is Kotlin without Java, and you can compile Kotlin code for use in jvm, ios/ipados/macos, android, wasm/js, and native.
- bluegatty 5mo agoTechnically yes, but I don't think it could exist without Java.
- vips7L 5mo agoYou can't even read a file in Kotlin without Java.
- bluegatty 5mo agothats pretty much what I mean, yes.
- drzaiusx11 5mo agoNot true today anymore, but definitely true for a lot of its history.
- vips7L 5mo agoReally? I know there's kotlin.io.* but afaik that doesn't work on KNative or KJS.