-
Notifications
You must be signed in to change notification settings - Fork 290
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Setup depenedencies in compiler plugin's POM
To be able to do composite build, KSP depends on kotlin-compiler rather than kotlin-compiler-embeddable and uses ShadowJar to relocate some symbols. Unfortunately, ShadowJar doesn't seem able to relocate the jar only and generate proper dependencies in the POM. As a workaround, this commit hard-coded the dependencies.
- Loading branch information
Showing
2 changed files
with
23 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters