v0.8.25
Find implementations for Kotlin
This release upgrades scip-kotlin to v0.3.1, which adds support for "Find implementations" https://github.com/sourcegraph/scip-kotlin/releases/tag/v0.3.1
Improved cross-repo navigation
Previously, due to implementation details, it was not possible to index two separate Gradle or Maven codebases and get cross-repo navigation working between those projects. This didn't work due to implementation details, which are now fixed in this release. For example, you can now index two Gradle codebases and if one project refers to symbols that are defined in the other project then cross-repo navigation should work. The only constraint is that the declared publication version in the upstream project must match the version of the dependency in the downstream project.
What's Changed
- Add mnemonic for scip-java aspect by @olafurpg in #613
- pr-auditor: update workflow to use new repo by @burmudar in #614
New Contributors
Full Changelog: v0.8.24...v0.8.25