https://github.com/hsz/external-libraries-variats
https://github.com/hsz/external-libraries-variats
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hsz/external-libraries-variats
- Owner: hsz
- Created: 2024-08-09T20:01:29.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-12T18:08:41.000Z (about 1 year ago)
- Last Synced: 2025-03-01T18:13:53.827Z (7 months ago)
- Language: Kotlin
- Size: 156 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
When you run the `build` Gradle task, the main module requests for a base jar from the `:module`: `module.jar` archive.
Whenever you uncomment the [`build.gradle.kts:17`](./build.gradle.kts), the `composed-jar` variant is resolved from the `:module`: `module-composed.jar` archive.
https://github.com/hsz/external-libraries-variats/blob/c3b318ca18086d93c003afd38797df3ad86810c2/build.gradle.kts#L17
As a side effect, when you refresh the Gradle project, the `module-composed.jar` appears in the _External Libraries_ tree:
