yoavst
08/18/2017, 1:59 PMudalov
val protocol
should not work, fun getProtocol
should work. If it doesn't, please create a new issue (it seems unrelated to KT-17005 to me)yoavst
08/21/2017, 4:01 PMCould not connect to Kotlin compile daemon
and e: java.lang.ClassNotFoundException: com.sun.tools.javac.util.Context
. Does it have any connection to the issue or problem on my side?https://image.prntscr.com/image/awenrBf4SHyY9DwsFpYYcg.png▾
udalov
Does it have any connection to the issue or problem on my side?I don't think so
yoavst
08/22/2017, 7:21 AMClassNotFoundError
issue: Java upgrade broke the path, so tools.jar wasn't in it anymore for me. Fixed it.udalov
open fun getProtocol
in the header class?Is it going to be fixed on 1.2?I can't say anything certain about timeframes at this point, but in any case, the multiplatform projects work is entirely experimental and thus is not aligned with our release cycles. E.g. if it doesn't make it in 1.2, it can make it into 1.2.1, so you wouldn't have to wait a long time for the next major release
yoavst
08/22/2017, 7:56 AM