Skip to content

Commit

Permalink
Improve README
Browse files Browse the repository at this point in the history
jisungbin authored Oct 5, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent c361682 commit 6cb4ab2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -31,7 +31,9 @@ This Kotlin compiler plugin was developed to avoid this limitation.
| ![maven-central](https://img.shields.io/badge/maven--central-1.0.x-brightgreen) | ![kotlin-compatibility](https://img.shields.io/badge/kotlin%20compatibility-1.7.20-blue) |

```kotlin
id("land.sungbin.composable.reference.suppressor") version "$version"
plugins {
id("land.sungbin.composable.reference.suppressor") version "$version"
}
```

### Caveat
@@ -44,4 +46,4 @@ So if you try to reference a Composable function, you still get an error in the
### Copyright

This project is licensed under the MIT License.
Please refer to the [LICENSE file](LICENSE) for details.
Please refer to the [LICENSE file](LICENSE) for details.

0 comments on commit 6cb4ab2

Please sign in to comment.