Remove packed stdlib from Kotlin compiler plugin artefacts

Remove annotations, kotlin-stdlib-common, kotlin-stdlib.

Packing those libraries is wrong and probably unexpected. It leads to
artifacts size increase. Can be dangerous because of bad classpath.
And also have a reproducibility issue because of caching tricks around
KotlinVersionCurrentValue class.

KTI-942
This commit is contained in:
Nikolay Krasko
2022-10-11 18:29:39 +02:00
committed by Space Team
parent 2ec264cfa2
commit f43ad1cb7a
7 changed files with 36 additions and 27 deletions
@@ -8,7 +8,7 @@ plugins {
}
dependencies {
embedded(project(":kotlin-assignment-compiler-plugin"))
embedded(project(":kotlin-assignment-compiler-plugin")) { isTransitive = false }
}
sourceSets {