orangy
groostav
02/27/2017, 11:02 AMsetOf(NaN, NaN).size
returns 1
johannes.lagos
02/27/2017, 11:41 AMPaul Woitaschek
02/27/2017, 1:02 PMmiha-x64
02/27/2017, 3:04 PMjava.lang.Void.TYPE
.
To format code in Slack, wrap it into three backticks.dblack
02/27/2017, 5:01 PMwhen (someCalculatedValue()) {
1 -> doSomething(/*use value here*/)
else -> log("nothing")
}
jakub.dyszkiewicz
02/27/2017, 6:53 PMirus
02/27/2017, 7:28 PMkotlinx.html
?luckymerlin
02/28/2017, 6:28 AMjaguililla
02/28/2017, 8:57 PMilya.gorbunov
03/01/2017, 3:53 AMgroostav
03/01/2017, 7:53 AMError:Kotlin: Multiple values are not allowed for plugin option org.jetbrains.kotlin.kapt:output
Plugin "org.jetbrains.kotlin.kapt" usage:
annotations <path> Annotation filter regular expressions, separated by commas
output <path> File in which annotated declarations will be placed
stubs <path> Output path for stubs
inherited <true/false> True if collecting Kotlin class names for inherited annotations is needed
I did use kapt but have since removed all references to it from my gradle build scripts and disabled annotation processing in intelliJ, yet when I do a build
-> rebuild
in intelliJ, it still blows up with this error message 😞nekoinemo
03/01/2017, 10:22 AMpawegio
03/01/2017, 12:20 PMorangy
orangy
andreasbackx
03/01/2017, 1:40 PMMarc Knaup
03/01/2017, 1:40 PMyan
03/01/2017, 2:00 PMseb
03/01/2017, 2:01 PMroman.belov
03/01/2017, 2:10 PMhttps
version of the site are broken, please use http
for now and enjoy new live examples. We will fix it shortly
http://kotlinlang.org/docs/reference/whatsnew11.htmligordonxiao
03/01/2017, 2:21 PMkotlin.incremental=true
in Maven?voddan
03/01/2017, 2:39 PMimport kotlin.streams.*
in try.kotlinlang.org?mikehearn
03/01/2017, 2:44 PMorangy
kotlinx-coroutines
library version 0.12
for Kotlin 1.1.0 is released.
More details in #coroutines channel: https://kotlinlang.slack.com/archives/coroutines/p1488379186003994voddan
03/01/2017, 2:52 PMadibfara
03/01/2017, 3:12 PMcedric
03/01/2017, 3:19 PMmfulton26
03/01/2017, 5:13 PMtypealias
but not to the actual type?mfulton26
03/01/2017, 5:14 PMtypealias
usage.