Zongle Wang
Zongle Wang
https://kotlinlang.org/docs/whatsnew-eap.html#kotlin-multiplatform-new-dsl-to-replace-gradle-s-application-plugin --- - [ ] [CHANGELOG](https://github.com/GradleUp/shadow/blob/main/docs/changes/README.md)'s "Unreleased" section has been updated, if applicable.
Refs #907. https://docs.gradle.org/8.12/userguide/isolated_projects.html#how_do_i_use_it --- - [ ] [CHANGELOG](https://github.com/GradleUp/shadow/blob/main/src/docs/changes/README.md)'s "Unreleased" section has been updated, if applicable.
> Hey there! It seems out of the box that the `ShadowJar` task only operates on Java Artifacts (JARs). I wanted to link to [this repo](https://github.com/devinmorgan/shadow-plugin-for-aar), which serves as an...
- Closes #51. - Closes #59. https://kotlinlang.org/docs/gradle.html#dependency-on-the-standard-library Run ` diff gcpbuildcache-1.0.0.module.before gcpbuildcache-1.0.0.module.after`: ```diff 28,36d27 < "dependencies": [ < { < "group": "org.jetbrains.kotlin", < "module": "kotlin-stdlib", < "version": { < "requires":...
This is required after #479. Ref stuffs from - https://github.com/vanniktech/gradle-maven-publish-plugin - https://github.com/GradleUp/shadow/blob/01dd8149fc3cf592a1ed5fc1d049571dc7a5abde/gradle.properties#L17-L42 - https://github.com/GradleUp/shadow/pull/1414
Based on #25, we can split this project into 4 main parts: - Core projects. - CLI project. - Gradle plugin project. - IntelliJ plugin project. This structure is similar...
https://github.com/Kotlin/binary-compatibility-validator
https://developer.android.com/identity/sign-in/credential-manager
I guess this repo could also be archived.
Try things like ```kt plugins { alias(libs.plugins.androidFusedlibrary) alias(libs.plugins.mavenPublish) } ``` There will be an exception like ``` An exception occurred applying plugin request [id: 'com.vanniktech.maven.publish', version: '0.32.0'] > Failed to...