Skip to content

v0.8.25

Compare
Choose a tag to compare
@olafurpg olafurpg released this 20 Jul 15:24
· 55 commits to main since this release
a1d4ff2

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.

  • Enable cross-repository navigation between Gradle/Maven codebases by @olafurpg in #616

What's Changed

New Contributors

Full Changelog: v0.8.24...v0.8.25