Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make patchKotlinCompilerEmbeddable depend on classpathManifest (gradl…
…e#8734) This fixes gradle/gradle-private#1930 Previously, `:kotlinCompilerEmbeddable:patchKotlinCompilerEmbeddable` doesn't depends on `:kotlinCompilerEmbeddable:classpathManifest`, which may result in the patched kotlin jar not including classpath property files. This commit fixes this issue by making implicit dependencies.
- Loading branch information