Graeme
01/09/2019, 7:44 AMAndrew Gazelka
01/10/2019, 12:53 PMpoohbar
01/11/2019, 3:21 PMribesg
01/12/2019, 4:57 PMnapperley
01/14/2019, 8:49 PMhttps://files.slack.com/files-pri/T09229ZC6-FFDAGT9V1/klib_dependency_errors_in_intellij.png▾
rocketraman
01/17/2019, 3:22 PMjava.sql.Date
.febs
01/20/2019, 8:40 PMDavide Giuseppe Farella
01/20/2019, 9:52 PMEugen Martynov
01/21/2019, 1:55 PMfebs
01/21/2019, 8:55 PMpniederw
01/22/2019, 7:09 AMElementType.PARAMETER
in @TypeQualifierDefault({ElementType.FIELD, ElementType.PARAMETER, ElementType.METHOD})
. When I remove it, the errors disappear.febs
01/22/2019, 9:49 PMSlackbot
01/23/2019, 2:31 PMDalinar
02/01/2019, 5:31 AMkotlinx-coutines-core
version change with every major kotlin release? more frequently than that?Dalinar
02/01/2019, 6:20 AMDalinar
02/01/2019, 6:38 AMDominaezzz
02/02/2019, 6:18 PM//
are placed at the start of the line instead of the start of the statements. How do I change that? I've googled and searched through settings but I can't find anything.Marc Knaup
02/05/2019, 3:52 PMnatpryce
02/05/2019, 6:32 PM_
multiple times, for all unused parameters, so you don’t have to think of names for them.bjonnh
02/07/2019, 11:25 PMDALDEI
02/08/2019, 8:09 PMMike
02/11/2019, 1:01 PMpoohbar
02/11/2019, 2:31 PMTom Ellis
02/11/2019, 3:20 PMpackage example
import io.javalin.Javalin
import org.jetbrains.exposed.sql.Database
import java.util.UUID // for some reason at bottom after optimize imports
class Example {
fun myFun() {
Database.toString()
Javalin.create().toString()
UUID.randomUUID()
}
}
thana
02/12/2019, 7:07 AMpablisco
02/12/2019, 12:16 PMcarlw
02/16/2019, 12:38 PMdewildte
02/17/2019, 8:17 PMlouiscad
02/19/2019, 8:49 AMpawel.urban
02/19/2019, 12:30 PMpawel.urban
02/19/2019, 12:30 PMAlexey Belkov [JB]
02/20/2019, 11:41 AMlouiscad
02/23/2019, 12:09 AM