Marc Knaup
11/03/2020, 5:26 PMKamilH
11/04/2020, 6:39 AMelect
11/07/2020, 2:35 PMmbonnin
11/09/2020, 2:25 PMidea
Gradle plugin with generatedSourceDirs
compared to simply adding to the source set ?
idea {
module {
// what does this do?
generatedSourceDirs += file("generatedDir")
}
}
What makes a "generated" directory special?elect
11/10/2020, 12:49 PMvertices = BufferUtils.allocateFloatAndPut(floatArrayOf(
// Front
-side2, -side2, side2,
side2, -side2, side2,
side2, side2, side2,
-side2, side2, side2
))
Steffen Stenersen
11/16/2020, 10:00 AMpniederw
11/17/2020, 6:47 AM/* = Comparator<T> */
when displaying signatures? Kills readability.tateisu
11/19/2020, 2:11 PMTed Naleid
11/20/2020, 9:20 PMtypealias
or function signaturejohnaqel
11/23/2020, 11:27 PMdiesieben07
11/24/2020, 11:31 AMKarlo Lozovina
11/24/2020, 11:23 PMjeggy
11/25/2020, 10:38 AMRob Elliot
11/26/2020, 10:12 AM@Component
where the constructor has arguments with default values. Because it has default values it can actually start up just fine, but I’d rather not have the red squiggles. And the suppression annotation is verbose.
I could just disable the inspection entirely, but I’d rather IntelliJ was clever enough to know it isn’t a problem.napperley
11/30/2020, 1:13 AMpoohbar
12/03/2020, 4:33 PMDieter Konrad
12/03/2020, 6:47 PMchristophsturm
12/04/2020, 4:01 PMjaqxues
12/05/2020, 10:05 AMBuild
tab and not Run
, I want an empty console when i run it, so how can I change it backkirillrakhman
12/07/2020, 8:12 AMMarc Knaup
12/07/2020, 12:48 PMnapperley
12/08/2020, 1:45 AMUnable to build Kotlin project configuration
org.gradle.internal.resolve.ArtifactNotFoundException: Could not find kmqtt-client-metadata-0.2.3-dev.jar (org.digieng:kmqtt-client:0.2.3-dev).
Searched in the following locations:
<https://dl.bintray.com/digieng/development/org/digieng/kmqtt-client/0.2.3-dev/kmqtt-client-0.2.3-dev.jar>
at org.gradle.internal.resolve.result.DefaultBuildableArtifactResolveResult.notFound(DefaultBuildableArtifactResolveResult.java:28)
...
With the project (Kotlin Native based) I am developing this is a show stopper! IntelliJ's syntax checking for Kotlin source files is broken. In every Kotlin source file in the project there is a green tick, even on a clean build. Funny thing is that the link exists yet Gradle cannot find it which is weird.kartikpatodi
12/08/2020, 1:44 PMtateisu
12/09/2020, 4:33 AMColton Idle
12/09/2020, 5:02 AMjeggy
12/09/2020, 3:00 PMDslMarker
and somehow that ends up being using DslStyle1,2,3 or 4.dalexander
12/10/2020, 1:24 PMchristophsturm
12/14/2020, 2:00 PMMiguel Guilherme
12/15/2020, 2:54 PMSlackbot
12/16/2020, 2:59 AMSlackbot
12/16/2020, 2:59 AMvineethraj49
12/16/2020, 2:59 AM