Lex Luthor
03/05/2020, 5:52 AMjava
folders in my project layout..
In my plugins section I have configured the following plugins:
`maven-publish`
eclipse
idea
jacoco
pmd
kotlin("jvm")
kotlin("kapt")
kotlin("plugin.allopen")
kotlin("plugin.noarg")
kotlin("plugin.spring")
id("org.jetbrains.dokka")
id("org.springframework.boot")
Alexey Belkov [JB]
03/05/2020, 8:25 AMMargarita Bobova
03/05/2020, 8:52 AMLex Luthor
03/05/2020, 10:27 AMIntelliJ IDEA 2019.3.3 (Ultimate Edition)
Build #IU-193.6494.35, built on February 11, 2020
Runtime version: 11.0.5+10-b520.38 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Linux 5.3.0-40-generic
GC: ParNew, ConcurrentMarkSweep
Memory: 4012M
Cores: 12
Registry: debugger.valueTooltipAutoShowOnSelection=true, ide.balloon.shadow.size=0
Non-Bundled Plugins: Lombook Plugin, com.dubreuia, org.toml.lang, org.rust.lang
and this version on Mac OSX:
IntelliJ IDEA 2019.3.3 (Ultimate Edition)
Build #IU-193.6494.35, built on February 11, 2020
Runtime version: 11.0.5+10-b520.38 x86_64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
macOS 10.15.3
GC: ParNew, ConcurrentMarkSweep
Memory: 1979M
Cores: 16
Registry:
Non-Bundled Plugins: net.seesharpsoft.intellij.plugins.csv, org.jetbrains.kotlin, org.toml.lang, org.rust.lang
The folders appear after I import a repository project into the IDE. Projects include Kotlin sources only and a Gradle Kotlin build script (build.gradle.kts).Lex Luthor
03/05/2020, 10:35 AMMike
03/05/2020, 12:54 PMLex Luthor
03/10/2020, 9:38 PM