kirillrakhman
02/07/2017, 8:22 AMmiha-x64
02/11/2017, 9:34 PMnew TreeSet<>()
)
Wrong 1st argument type. Found: java.util.TreeSet<java.lang.Object>, required: java.util.Set<java.lang.Long>And where are these memory tools? Can't find any mentions in the blog. Actually, new IDEA looks faster, has better icons, and I really like parameter name badges. ❤️
orangy
michael.barker
02/18/2017, 8:39 PM/** compiled code **/
yole
02/23/2017, 10:24 AMyole
03/08/2017, 11:19 AMelect
03/09/2017, 2:39 PMsnowe
03/10/2017, 11:48 PMjavaru
03/14/2017, 3:55 PMkotlin-maven-plugin
configured with <jvmTarget>1.8</jvmTarget>
, should the idea IDEA project's Kotlin Compiler > Target JVM Version be auto-synced (upon re-importing the maven project) to the POM so it is also set to 1.8? Currently its not doing such and remains set to 1.6.kirillrakhman
03/20/2017, 1:36 PMgetSubscriber
yole
03/20/2017, 9:45 PMCzar
03/21/2017, 7:30 PM-Xmx2048m
yoavst
03/27/2017, 5:02 PMlist.filter { item -> /* do something with item.pair */ }
to items.filter { (a, b, c, d, e, f, g, h, i, j, k, l, m, n, pair) -> /* do something with pair */ }
As you can see, pair is the last argument, so this suggestion is bad.snowe
03/30/2017, 7:20 PMdalexander
04/03/2017, 12:21 PM.idea
is not in the .gitignore
, so I keep having to delete it. Does anyone know if there’s a way to prevent IDEA from re-generating that file in a non-Kotlin project?sreich
04/08/2017, 3:08 PMkirillrakhman
04/10/2017, 9:18 PMhectorso that's what this guy is called 😄
sdeleuze
04/21/2017, 4:45 AMyole
04/27/2017, 8:16 AMtrevjones
04/27/2017, 10:46 PMDalinar
05/07/2017, 9:06 AMMap
, List,
, String
java classes that kotlin has its own classes for. removing the import doesn't help. It just puts itself back - and of course colours the file also sorts of red since it can't compile anymore.nomad
05/12/2017, 8:06 AMdersoz
05/17/2017, 8:19 AMTODO()
functions in IntelliJ TODO window? I tried adding a pattern like \bTODO\s*\(
however it does not seem to work.liminal
05/25/2017, 12:27 AMif (x !is String) return
and the IDE suggested that I should replace if
operator with elvis. I tried replacing it with (x is String) ?: return
but got a warning "Elvis operator always returns the left operand of non-nullable type Boolean". The same statement produces the same error in try.kotlinlang.org.cedric
05/26/2017, 3:00 PM!!
gaetan
05/31/2017, 9:24 PMSlackbot
06/05/2017, 1:18 PMkirillrakhman
06/07/2017, 10:35 AMyole
06/08/2017, 11:28 AMbarteks2x
06/11/2017, 1:25 PMhttp://i.imgur.com/VjgZxFw.png▾