DALDEI
09/05/2018, 5:30 PMGary Tierney
09/05/2018, 9:03 PMScriptConfiguration
infrastructure to add default imports to script files. You can also refine the PsiFile of a script at certain points (on parse, when a certain annotation is detected), but I don't know if this works in IntelliJ.Gary Tierney
09/05/2018, 9:05 PMchristophsturm
09/06/2018, 9:00 AMgaetan
09/06/2018, 9:07 AMgaetan
09/06/2018, 9:08 AMgaetan
09/06/2018, 2:02 PMPere Casafont
09/08/2018, 6:51 AMPaul Woitaschek
09/17/2018, 12:30 PMextract function
?poohbar
09/17/2018, 1:35 PMpoohbar
09/17/2018, 1:36 PMpoohbar
09/17/2018, 1:36 PMpoohbar
09/17/2018, 1:51 PMbod
09/18/2018, 11:55 AMFoobar
and referencing Foobar.SOME_CONSTANT
when I could simply using SOME_CONSTANT
. In Java there’s a check for this (Unnecessarily qualified static access) - but I can’t seem to find it for Kotlin. Is it just me or it doesn’t exist?rharter
09/18/2018, 5:52 PMchristophsturm
09/20/2018, 10:54 AMmp
09/21/2018, 11:42 PMmp
09/21/2018, 11:43 PMInformation:Kotlin: kotlinc-jvm 1.3-M2 (JRE 10+46)
Information:java: Errors occurred while compiling module 'svc'
Information:javac 10 was used to compile java sources
Information:2018-09-21 17:40 - Compilation completed with 1 error and 0 warnings in 27 s 142 ms
Error:java: java.lang.NullPointerException
mp
09/21/2018, 11:44 PMmp
09/21/2018, 11:44 PMHamza
09/23/2018, 1:46 PMkarelpeeters
09/23/2018, 1:53 PMon
requires a return value of type dynamic
, and you only have a statement which isn't an expression.karelpeeters
09/23/2018, 1:53 PMHamza
09/23/2018, 1:57 PMAndré Roaldseth
09/25/2018, 8:18 AMholgerbrandl
09/26/2018, 8:08 AMholgerbrandl
09/26/2018, 8:09 AMarekolek
09/26/2018, 8:14 AMarekolek
09/26/2018, 3:48 PMObservable.just(1).repeat().subscribe()
And the only way to stop it I know was to kill Android Studio. Is there a better way?tevjef
10/03/2018, 5:48 PM