Zongle Wang
Zongle Wang
It would be easier to test the plugin logic in the sample App, we don't have to rely on the published version.
Avoid using AGP internal APIs in this plugin, we have fully migrated to `AndroidComponentsExtension`.
Enable KLib ABI validation with the version `0.16.2` and dump KLib ABIs, `apiCheck` works on my local device but CI: ``` * What went wrong: Execution failed for task ':compose-multiplatform:library:klibApiCheck'....
Declare subprojects in `settings.gradle` like: ```groovy include( ":sample", ":compose-multiplatform:library", ":compose-multiplatform:sample" ) ``` the structure should be: ```sh ├── compose-multiplatform │ ├── library │ └── sample ├── sample ``` then configure...
- Closes #16. - Closes #257. > The project's name is not necessarily unique within a project hierarchy. You should use the getPath() method for a unique identifier for the...
``` tree .m2/repository/me/champeau/jmh/ .m2/repository/me/champeau/jmh/ ├── jmh-gradle-plugin │ ├── 0.7.3-SNAPSHOT │ │ ├── jmh-gradle-plugin-0.7.3-SNAPSHOT-javadoc.jar │ │ ├── jmh-gradle-plugin-0.7.3-SNAPSHOT-javadoc.jar.asc │ │ ├── jmh-gradle-plugin-0.7.3-SNAPSHOT-sources.jar │ │ ├── jmh-gradle-plugin-0.7.3-SNAPSHOT-sources.jar.asc │ │ ├── jmh-gradle-plugin-0.7.3-SNAPSHOT.jar │ ...
``` tree .m2/repository/me/champeau/gradle/ .m2/repository/me/champeau/gradle/ ├── japicmp │ └── me.champeau.gradle.japicmp.gradle.plugin │ ├── 0.4.4-SNAPSHOT │ │ ├── maven-metadata-local.xml │ │ ├── me.champeau.gradle.japicmp.gradle.plugin-0.4.4-SNAPSHOT.pom │ │ └── me.champeau.gradle.japicmp.gradle.plugin-0.4.4-SNAPSHOT.pom.asc │ └── maven-metadata-local.xml └── japicmp-gradle-plugin ├──...
- Closes #86. - Reverts #87.
Refs #882. --- - [ ] [CHANGELOG](https://github.com/GradleUp/shadow/blob/main/docs/changes/README.md)'s "Unreleased" section has been updated, if applicable.