cedric
02/14/2016, 12:46 PMError: Could not find or load main class com.beust...
Yet the class is found (since I have a valid launch configuration). Any thoughts what might be wrong with that project?cedric
02/14/2016, 12:46 PMout/production
clackbib
02/16/2016, 12:18 AMyole
02/16/2016, 6:16 AMmikehearn
02/16/2016, 1:21 PMmikehearn
02/16/2016, 1:21 PMcedric
02/16/2016, 3:17 PM@param
)?mikehearn
02/16/2016, 3:18 PMyole
02/16/2016, 4:01 PMyole
02/16/2016, 4:01 PMcedric
02/16/2016, 4:10 PMyole
02/16/2016, 4:11 PMkirillrakhman
02/17/2016, 2:06 PM+=
operator on a mutable set that was a var
. Took me a while to figure out why the call was ambigious. not sure if this deserves a quick fix or at least a better error message but took me a while to figure out.
for reference, this doesn't work:
var set = mutableSetOf<String>() //should be a val
set += "a"
yole
02/17/2016, 2:19 PMyole
02/17/2016, 2:19 PMsdeleuze
02/17/2016, 2:27 PMopen
keyword for @Configuration
, @Component
classes and @Bean
methods for Spring + Kotlin projects (they require non final due to proxy usage)?sdeleuze
02/17/2016, 2:27 PMyole
02/17/2016, 2:28 PMsdeleuze
02/17/2016, 2:28 PMyole
02/17/2016, 2:30 PMsdeleuze
02/17/2016, 2:33 PMarrayOf
is needed for single value in array annotation attribute like @RequestMapping("/", method = arrayOf(RequestMethod.GET))
, but this is more a Kotlin design choice I guess, so not sure there is something to do on IDE level ...sdeleuze
02/17/2016, 2:33 PMsdeleuze
02/17/2016, 2:33 PMdh44t
02/17/2016, 2:34 PMyole
02/17/2016, 2:35 PMsdeleuze
02/17/2016, 2:44 PMsdeleuze
02/17/2016, 2:44 PMsdeleuze
02/17/2016, 2:44 PMsdeleuze
02/17/2016, 2:50 PMdh44t
02/17/2016, 2:50 PM