pfn / kotlin-plugin

Build kotlin code using sbt
MIT License
136 stars 36 forks source link

kotlin-scripting-compiler-embeddable added to pom.xml #43

Open mbrito-yieldstreet opened 3 years ago

mbrito-yieldstreet commented 3 years ago

The pom.xml file generated by projects using this plugin has kotlin-scripting-compiler-embeddable added to the project dependencies. This will cause any projects depending on the published pom to require the Kotlin compiler, which I don't believe it's the intention.

jxnu-liguobin commented 11 months ago

It can be excluded during packaging https://github.com/bitlap/intellij-sbt-dependency-analyzer/blob/daf5d023225d0378cc964ef3dc074dcf0a912c0f/build.sbt#L79