orangy
codeslubber
02/23/2017, 7:17 PMorangy
codeslubber
02/23/2017, 7:22 PMDalinar
02/24/2017, 12:54 PMTODO()
statements show up in the TODO list ? I know it is an easy thing to check, but for me my TODO pane is all screwy today, for example... today "current file" scope always shows the same file - doesn't matter what file is currently selected - or if that wrong current file is even openyole
02/24/2017, 12:54 PMDalinar
02/24/2017, 12:54 PMrobin
02/24/2017, 1:17 PMuli
02/24/2017, 11:31 PMpcarrier
02/25/2017, 2:37 AMCalls to static methods in Java interfaces are deprecated in JVM target 1.6. Recompile with '-jvm-target 1.8'
despite having using the Gradle plugin to import the project (I did refresh many times by now), and having in my project:
compileKotlin {
kotlinOptions.jvmTarget = '1.8'
}
yole
02/25/2017, 7:55 AMpcarrier
02/25/2017, 10:07 AMyole
02/25/2017, 10:24 AMsdeleuze
02/26/2017, 4:53 PMsdeleuze
02/26/2017, 4:53 PMcompileTestKotlin {
kotlinOptions.jvmTarget = "1.8"
}
sdeleuze
02/26/2017, 4:53 PMpcarrier
02/26/2017, 4:59 PMsdeleuze
02/26/2017, 4:59 PMmiha-x64
02/27/2017, 8:58 AMMissing 'setValue(…, KProperty<*>, …)’ method on delegate of type ‘Lazy<…>’may be quite dissappointing. What about
Delegate of type ‘Lazy<…>’ have no setter method 'setValue(…, KProperty<*>, …)’ and thus it cannot be used as a var delegate.?
orangy
holgerbrandl
02/28/2017, 8:32 AMyole
02/28/2017, 8:34 AMholgerbrandl
02/28/2017, 8:36 AMyole
02/28/2017, 8:41 AMyole
02/28/2017, 8:42 AMholgerbrandl
02/28/2017, 8:47 AMcarlw
03/01/2017, 5:50 PMralf
03/01/2017, 9:52 PMloganj
03/01/2017, 10:35 PMjw
03/02/2017, 7:31 AM