3/5 Replace source dependency on kotlin-reflect with binary dependency
Review: https://jetbrains.team/p/kt/reviews/6753 Meaningful semantic change was splitted into 5 commits to simplify the change review. Sinle commit would be too big. Why replace source to binary: to get rid of kotlin-reflect in Kotlin plugin artifact KTIJ-22276 Other pom.xml in libraries/tools: * libraries/tools/kotlin-bom/pom.xml * Used to align user project deps. Should be a SNAPSHOT version * kotlin-osgi-bundle/pom.xml * Used by users for OSGI Java modular system. Should be a SNAPSHOT version * kotlin-maven-plugin-test/pom.xml * I don't know what this it but we stopped publishing it to the Maven central, so I will skip it
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
<dependency>
|
||||
<groupId>${project.groupId}</groupId>
|
||||
<artifactId>kotlin-reflect</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<version>1.6.10</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${project.groupId}</groupId>
|
||||
|
||||
Reference in New Issue
Block a user