rrva
04/17/2020, 12:43 PMpoohbar
04/20/2020, 4:14 PMkartikpatodi
05/06/2020, 4:45 PMchristophsturm
05/12/2020, 9:13 AMrrva
05/14/2020, 8:36 PM./gradlew
? Like thisrrva
05/14/2020, 8:45 PMnapperley
06/07/2020, 3:55 AMpoohbar
07/02/2020, 4:29 PMpoohbar
07/08/2020, 6:10 PMjava.lang.AssertionError
which used to be supported (i think?). I am on 2020.1.3.poohbar
07/08/2020, 6:41 PMkotlin.test.DefaultAsserter
under the hoodpoohbar
07/08/2020, 6:49 PMorg.jetbrains.kotlin:kotlin-test-junit
and the assertions now throw the right errors and parsing works.Rob Murdock
07/27/2020, 2:39 PMDavide Giuseppe Farella
07/31/2020, 2:35 PMBen Madore
08/04/2020, 5:00 PMbuild.gradle.kts
i have
java {
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
}
is that not enough for IJ to realize i want 11 not 8? Is there some place to set the global default sdk?Ben Madore
08/04/2020, 5:02 PMBen Madore
08/05/2020, 6:23 PMBen Madore
08/05/2020, 6:24 PMallprojects {
apply {
plugin("idea")
}
idea.module {
isDownloadJavadoc = true
isDownloadSources = false
}
…
}
doesn’t cause any build issues, but intellij pitches a fitBen Madore
08/05/2020, 6:24 PMBen Madore
08/05/2020, 6:31 PMgradle kotlinDslAccessorsReport
Ben Madore
08/05/2020, 6:43 PMunresolved reference: implementation
in the sub-projects for:
dependencies {
implementation("org.springframework.boot:spring-boot-starter-webflux")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin")
implementation("io.projectreactor.kotlin:reactor-kotlin-extensions")
implementation("org.jetbrains.kotlin:kotlin-reflect")
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
...
}
unless i add val implementation by configurations
natpryce
08/10/2020, 7:58 AMBen Madore
08/17/2020, 4:40 PMBen Madore
08/17/2020, 5:04 PMBen Madore
08/17/2020, 7:08 PM.gradle
in my Settings -> Editor -> File Types -> Ignore Files and Folders
because i didn’t want it to show up in my project tree. that apparently is a no no and breaks thingsrkeazor
08/18/2020, 1:01 AMfelipecsl
08/19/2020, 6:47 PMfelipecsl
08/19/2020, 6:47 PMfelipecsl
08/19/2020, 6:47 PMfelipecsl
08/19/2020, 6:48 PMfelipecsl
08/20/2020, 12:22 AM