Files
kotlin-fork/libraries/tools/kotlin-dist-for-jps-meta
Nikita Bobko e2cda2a272 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
2022-08-22 15:43:52 +02:00
..