andylamax
12/26/2021, 5:35 AMdmitriy.novozhilov
12/26/2021, 1:02 PMandylamax
12/27/2021, 2:32 AMPiotr Krzemiński
12/27/2021, 9:31 PMor is it own thing like the Kotlin/JS backend?yes 🙂
andylamax
12/27/2021, 11:19 PMdmitriy.novozhilov
12/28/2021, 3:30 PMPiotr Krzemiński
12/28/2021, 3:50 PMdmitriy.novozhilov
12/29/2021, 2:08 PMPiotr Krzemiński
12/29/2021, 2:10 PMandylamax
12/30/2021, 1:21 AMlouiscad
02/06/2022, 12:22 AMdmitriy.novozhilov
02/06/2022, 10:58 AMjava.util.List
to kotlin.collections.(Mutable)List
louiscad
02/06/2022, 11:49 AMdmitriy.novozhilov
02/07/2022, 7:31 AMFor the "use Kotlin in Java code", I guess it works differently, can you tell how?Kotlin files are compiled before java and compiled .class files are passed to javac compile classpath However for IDE integration process is much complicated and we need to create so called "lightclasses" which represents kotlin declaration in separate java model which is used in IDEA