After changing project structure only api module had Application.kt class, api module also had other modules as dependencies in pom.xml When I ran mvn clean install spring-boot-maven-plugin was triggered in each module and caused classes inside jar to repackage, I assumed they gets moved betwee...
When I run the "Run Plugin" gradle task, which should be :runIde, I get an error -> "Unresolved reference: PsiJavaFile". There's nothing red in the editor, the file was imported just fine. Autocomplete worked on it, but it just won't compile. What am I missing? Log...
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile plugins { id("org.springframework.boot") version "2.1.9.RELEASE" id("io.spring.dependency-management") version "1.0.8.RELEASE" kotlin("jvm") version "1.2.71" kotlin("plugin.spring") version "1.2.71" } group = "com.example" version...
apply plugin: 'eclipse' apply plugin: "application" apply plugin: 'org.springframework.boot' apply plugin: 'io.spring.dependency-management' repositories { mavenLocal() maven { url 'http://maven.aliyun.com/nexus/content/groups/public/'} ...
import org.jetbrains.kotlin.gradle.targets.js.webpack.KotlinWebpackConfig plugins { val kotlinVersion: String by System.getProperties() kotlin("plugin.serialization") version kotlinVersion kotlin("multiplatform") version kotlinVersion val kvisionVersion: String by System.getProperties() id("io.kvision...
idea maven unresolved plugin problem: unresolved plugins:org.apache.maven.plugins.maven-compiler-plugin 2.3.2 ctrl + alt + s 打开setting ,找到maven本地仓库目录. 根据报错的包 找到相应目录 在我本地对应为 C:\Users\Mars\.m2\repository\org\apache\maven\plugins\maven-compiler-plugin\2.3.2 删除文件...