Skip to content

Commit

Permalink
Merge pull request #4 from duckie-team/develop
Browse files Browse the repository at this point in the history
Improve README
  • Loading branch information
jisungbin authored Oct 5, 2022
2 parents 0f144b9 + 6cb4ab2 commit 172be34
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
Expand Up @@ -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
Expand All @@ -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 172be34

Please sign in to comment.