cfleming
10/05/2015, 9:24 PMyole
10/05/2015, 9:24 PMcfleming
10/05/2015, 9:28 PMdesseim
10/07/2015, 10:15 AMyole
10/07/2015, 10:16 AMyole
10/07/2015, 10:17 AMdesseim
10/07/2015, 10:24 AM@Suppress
accepts ? I can’t even figure out what parameter I should give it to suppress the warning I want to...yole
10/07/2015, 10:25 AMdesseim
10/07/2015, 10:26 AMyole
10/07/2015, 10:29 AMyole
10/07/2015, 10:30 AMdesseim
10/07/2015, 10:42 AMdesseim
10/07/2015, 4:38 PMdesseim
10/07/2015, 5:11 PMdamian
10/07/2015, 5:13 PMyole
10/07/2015, 5:14 PMdamian
10/07/2015, 5:17 PMEvent Log
window… is there somewhere else (log file?) I can look at?yole
10/07/2015, 5:18 PMdamian
10/07/2015, 5:21 PMorangy
desseim
10/07/2015, 5:34 PMorangy
desseim
10/07/2015, 5:38 PMkirillrakhman
10/07/2015, 5:57 PMkirillrakhman
10/07/2015, 5:58 PMkirillrakhman
10/07/2015, 6:04 PMdesseim
10/07/2015, 6:05 PMcedric
10/07/2015, 6:15 PMcom.beust.kobalt.MainKt
in a launch config, IntelliJ tells me this class doesn’t have a main. But it does:
$ javap -cp /Users/beust/.kobalt/repository/com/beust/kobalt/0.153/kobalt-0.153.jar com.beust.kobalt.MainKt
Compiled from "Main.kt"
public final class com.beust.kobalt.MainKt {
public static final void main(java.lang.String[]);
Any idea why IntelliJ can find the class but not its main?orangy
cedric
10/07/2015, 6:30 PM