Introduce kotlin-jps-plugin and deprecate kotlin-jps-plugin-classpath
`kotlin-jps-plugin-classpath` isn't dropped because, in some places, IDE depends on the old artifact so I want to keep it for a while until I cleanup IDE completely. I tried to put as much libraries into `kotlinJpsPluginMavenDependencies` as possible in the previous commit. Right now, `kotlin-jps-plugin-classpath` is 33Mb, `kotlin-jps-plugin` is 20Mb (all are not compresed)
This commit is contained in:
@@ -319,6 +319,7 @@ extra["compilerArtifactsForIde"] = listOfNotNull(
|
||||
":prepare:ide-plugin-dependencies:kotlin-compiler-common-for-ide",
|
||||
":prepare:ide-plugin-dependencies:kotlin-compiler-fe10-for-ide",
|
||||
":prepare:ide-plugin-dependencies:kotlin-compiler-fir-for-ide",
|
||||
":prepare:kotlin-jps-plugin",
|
||||
":kotlin-script-runtime",
|
||||
":kotlin-script-util",
|
||||
":kotlin-scripting-common",
|
||||
|
||||
Reference in New Issue
Block a user