Refactoring: "suck in" kotlin-reflect and kotlin-daemon-client into compilerModulesForJps
This commit places all dependencies of JPS plugin into a single place -- `compilerModulesForJps`. I will need this small refactoring for the next commits. This commit doesn't change any logic because `prepare/ide-plugin-dependencies/kotlin-jps-plugin-classpath/build.gradle.kts` is the only `compilerModulesForJps` user right now.
This commit is contained in:
@@ -244,6 +244,8 @@ extra["compilerModules"] =
|
||||
|
||||
|
||||
extra["compilerModulesForJps"] = listOf(
|
||||
":kotlin-daemon-client",
|
||||
":kotlin-reflect",
|
||||
":kotlin-build-common",
|
||||
":kotlin-util-io",
|
||||
":kotlin-util-klib",
|
||||
|
||||
Reference in New Issue
Block a user