Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin authored Dec 3, 2024
1 parent 9b859de commit 6b371d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ When you can't desugar, add salt!

A Gradle plugin that inspects your bytecode to detect bad functions that are not safe to use on older Android versions.

See https://youtrack.jetbrains.com/issue/KT-71375
See https://jakewharton.com/kotlins-jdk-release-compatibility-flag/
- See https://youtrack.jetbrains.com/issue/KT-71375
- See https://jakewharton.com/kotlins-jdk-release-compatibility-flag/

## Usage

Expand All @@ -27,4 +27,4 @@ salty {

Salty adds a `saltyCheck${variantName}` task that visits your app bytecode using [ASM](https://asm.ow2.io/) and fails if an usage of any forbidden method is found.

`saltyCheck${variantName}` is added to the `check` task so that it is run automatically.
`saltyCheck${variantName}` is added to the `check` task so that it is run automatically.

0 comments on commit 6b371d9

Please sign in to comment.