Zongle Wang
Zongle Wang
Ported from #465
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the problem https://github.com/mrmans0n/compose-rules ### Describe the solution - https://github.com/diffplug/spotless/tree/main/plugin-gradle#ktlint - https://github.com/JakeWharton/SaveArchived4Pocket/pull/90 ###...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the problem Now we depend on `com.google.android.gms:play-services-oss-licenses` to generate the license page,...
My changelog looks like this: ```md ### Added * In order to use `custom`, you must now use Gradle 8.0+. ``` I use this action to pick it and release...
```sh chmod +x ktfmt-0.50-jar-with-dependencies.jar ./ktfmt-0.50-jar-with-dependencies.jar zsh: exec format error: ./ktfmt-0.50-jar-with-dependencies.jar ``` We can't execute this jar directly now, I did something to ktlint like: https://github.com/pinterest/ktlint/blob/c7083ada451ff0d72a3edb2b3a9d485ee3f0cf96/ktlint-cli/build.gradle.kts#L84-L104 or https://github.com/Goooler/StringResExporter/blob/5ccfe8ae50aedb10523d3f05ae701a6653ea8763/build.gradle.kts#L74-L94 so that jars...
As [Keep a Changelog](https://keepachangelog.com/) described, a good changelog should look like: ```md ## [Unreleased] ## [1.1.1] ### Added - 1 - 2 ### Fixed - 3 - 4 ### Changed...
We have migrated to version catalogs.
Call `basicRichTextState.annotatedString.toString()` to obtain plaintext, - expect: `this\nis` - actual: `this is` I'm using `com.mohamedrejeb.richeditor:richeditor-compose:1.0.0-rc05-k2`, you can repro this in #320.