aca74cef0e
See the previous commit for information on the kotlin-reflect vs kotlin-reflect-api distinction. Add kotlin-reflect as an explicit runtime dependency of most of the test configurations because even though they all depend on tests-common, the runtime dependency on kotlin-reflect is not exported from tests-common to other modules because the projectTests dependency is not transitive.
Kotlin Ultimate
This project is a part of Kotlin IntelliJ IDEA Plugin which provides support for Ultimate IDEA features from Kotlin side.
If you want to work on this project you should open it in IDEA as separate project.
Build
To build this project:
- Run
ant -f update_dependencies.xmlin kotlin-ultimate folder. - Build main Kotlin project itself.
- Build kotlin-ultimate project.
Build a plugin
If you want to build a Kotlin IntelliJ IDEA Plugin locally with ultimate features support you should:
- Build kotlin plugin in main project: Build -> Build Artifacts -> Kotlin Plugin -> Build.
- Run
ant -f build.xmlin kotlin-ultimate folder.
Then you will get kotlin-plugin with ultimate features in ultimate/out/artifacts/Kotlin folder.
And then you can move/copy/symlink ultimate/out/artifacts/Kotlin to the IDEA config: config/plugins/Kotlin.