natpryce
11/27/2018, 4:35 PMrharter
11/27/2018, 4:44 PM./gradlew clean check
from the command line works fine.
I've noticed the module is set to server_test
. If I create an "All in package" run config which searches for tests in the whole project, things work fine, when I set it to single module and the server_test
module, the error returns.
The tests only exist in server_test
, but that seems to break access to the server_main
classpath. Am I missing something in this setup?jessewilson
11/27/2018, 6:21 PMjessewilson
11/27/2018, 6:21 PMjessewilson
11/27/2018, 6:23 PMMrNiamh
11/27/2018, 7:29 PMnatpryce
11/28/2018, 3:21 PMnatpryce
11/28/2018, 3:21 PMhudsonb
11/28/2018, 3:29 PM!!
for that purpose. Using an exhaustive
val seems pretty common.
val <T> T.exhaustive: T
get() = this
karelpeeters
11/28/2018, 3:30 PM!!
can go wrong too easily if one of the functions you call in your when
just happens to return null
.natpryce
11/28/2018, 3:31 PMkarelpeeters
11/28/2018, 3:31 PMnatpryce
11/28/2018, 3:31 PMspand
11/28/2018, 3:39 PMbod
11/30/2018, 3:54 PMFooBar
with lots of properties, when I type a = FooBar(
isn’t there a shortcut to automatically add all the fields (named parameters), so I don’t have to type them myself?karelpeeters
11/30/2018, 4:14 PMkarelpeeters
11/30/2018, 4:16 PMbod
11/30/2018, 5:31 PMPaul Woitaschek
12/03/2018, 11:08 AMR
import, depending on the module, i.E. import my.package.mymodule.R
coder82
12/10/2018, 2:02 PMk_marussy
12/10/2018, 11:00 PMorg.jetbrains.kotlin.idea.caches.resolve.KotlinIdeaResolutionException
) when editing kotlin-dsl-precompiled-plugins
files (.gradle.kts
files in the src
directory of a buildSrc
) plugin in IntellJ? I sometimes had them in previous IDEA versions, but now in 2018.3.1 they happen all the time. I already submitted some reports to JetBrains with the IDE Fatal Errors dialog, but as I see no reports by anyone in the JetBrains YouTrack, I'm starting to wonder whether it's actually me doing something terribly wrong...Paul Woitaschek
12/17/2018, 10:46 AMtjsnell
12/19/2018, 2:00 PMtjsnell
12/19/2018, 2:08 PMcarlw
12/23/2018, 1:31 AMegorand
01/02/2019, 10:16 PM@property
tags in KDoc. Using @param
tags on a data class
works fine:egorand
01/02/2019, 10:17 PMegorand
01/02/2019, 10:18 PMZac Sweers
01/08/2019, 6:25 AMZac Sweers
01/08/2019, 6:30 AMkotlin-language
facet needs to go at the top of the .iml
file