holgerbrandl
09/11/2017, 3:06 PMnapperley
09/13/2017, 12:45 AMselckin
09/13/2017, 9:00 PMjdiaz
09/14/2017, 8:09 PMkarelpeeters
09/14/2017, 8:47 PM.kjsm
files when I got to declaration.diego-gomez-olvera
09/20/2017, 10:08 AMtrevjones
09/20/2017, 8:41 PMtapchicoma
09/21/2017, 7:19 AMkapt
in IDEA?
I've applied to gradle module kotlin-kapt
plugin and added kapt ...
in dependencies, but no classes are generated after gradle sync.Dalinar
09/25/2017, 4:27 AMkirillrakhman
09/25/2017, 11:42 AMcontentEquals
instead of Arrays.equals
? The benefit would be platform independence.Ian
09/27/2017, 12:31 AMkarelpeeters
09/27/2017, 7:04 AMbj0
09/30/2017, 3:54 PMapiVersion
, and 1.1 is supposed to be the default right? I'm using 1.1.51ziggy42
09/30/2017, 4:30 PMmegamiun
10/05/2017, 2:51 AMgert.claeskens
10/10/2017, 10:47 AMEugen Martynov
10/10/2017, 9:44 PMKulwinder Singh
10/11/2017, 2:42 AMfitermay
10/11/2017, 12:09 PMbarteks2x
10/11/2017, 3:08 PMchristophsturm
10/12/2017, 6:53 AMMax Russek
10/13/2017, 12:49 AMconst
, but in Java, it was a single intention action to move it to a static final field. Is there any equivalent for kotlin?barteks2x
10/13/2017, 8:49 PMnapperley
10/17/2017, 3:46 AMcleiter
11/06/2017, 7:48 PMholgerbrandl
11/08/2017, 6:40 PMCzar
11/10/2017, 11:39 AMrichardsilveira
11/13/2017, 7:08 PMkz
11/14/2017, 6:09 PMint
bitmask can store. I like that the compiler just adds more `int`s instead of using something heavier weight (like arrays or BitSet
).
But as I kept playing around I noticed that the compiler will generate bytecode that the JVM will not load. The easiest example is a function with more than 255 parameters (illegal by https://docs.oracle.com/javase/specs/jvms/se8/html/jvms-4.html#jvms-4.11).
Is there a valid reason for generating illegal bytecode. Or is the bytecode itself not illegal, it's just invalid?beholder
11/16/2017, 7:33 PMbundled Kotlin plugin was updated to the version 1.2So, we can guess, what when final 2017.3 will be released, Kotlin 1.2 will go stable?