deutronomium
01/10/2017, 3:27 PMEugenio
01/11/2017, 3:00 PM1.1.0-dev-5879
!
About that version, if I try to compile any string.toInt()
I get the following error:
Unresolved reference. None of the following candidates is applicable because of receiver type mismatch:
private fun Iterable<FlagEnum>.toInt(): Int defined in kotlin.text
Is it a known issue?Eugenio
01/11/2017, 3:01 PMjava.lang.Integer.parseInt(string)
it compiles and runs perfectlyudalov
Eugenio
01/11/2017, 3:58 PMEugenio
01/11/2017, 3:58 PMsdeleuze
01/12/2017, 9:46 AMkotlin-noarg
plugin does not work with IDEA plugin 1.1.0-dev-5936
as it does with 1.0.6
when I run the https://github.com/mix-it/mixit/ app from idea, http://localhost:8080/user/ crash with a org.springframework.data.mapping.model.MappingInstantiationException: Failed to instantiate mixit.model.User using constructor NO_CONSTRUCTOR with arguments
errorsdeleuze
01/12/2017, 9:47 AM1.1-M04
but should work in upcoming 1.1-M05
sdeleuze
01/12/2017, 9:48 AM1.1-M04
bug that don’t take in account kotlin-noarg
and kotlin-allopen
plugins when run directly in IDEAchristophsturm
01/12/2017, 12:27 PMudalov
Eugenio
01/12/2017, 1:27 PMcedric
01/14/2017, 5:45 PMkotlinc
executable? I can't find the releasecedric
01/14/2017, 5:55 PMinfix operator fun rem(b: Ubyte) = Ubyte(toInt() % b.toInt())
C:\Users\Cedric\t\kotlin-unsigned\.\src\main\kotlin\unsigned.kt:115:11 'operator' modifier is inapplicable on this function: illegal function name
Any idea about this error?simon.vergauwen
01/15/2017, 1:16 PMsimon.vergauwen
01/15/2017, 1:16 PMScreen Shot 2017-01-15 at 14.15.20.png▾
simon.vergauwen
01/15/2017, 1:18 PMsimon.vergauwen
01/15/2017, 1:29 PMsimon.vergauwen
01/15/2017, 1:32 PMVersion: 1.1-M04-release-Studio2.2-2
adambl4
01/15/2017, 2:03 PMAndroid Support
plugin, restart the IDE and turn on itsimon.vergauwen
01/15/2017, 2:41 PMsimon.vergauwen
01/15/2017, 2:42 PMadambl4
01/15/2017, 4:58 PMcedric
01/15/2017, 9:52 PMnull
from parameters
right now)orangy
cedric
01/15/2017, 10:17 PMcedric
01/15/2017, 10:19 PMKClass
from a Class
?cedric
01/15/2017, 10:21 PMo.javaClass.kotlin
orangy
pawegio
01/16/2017, 1:09 PM1.0.6
to 1.1-M04
requires now re-cloning project after updating a plugin? (the only way for me that worked)