Skip to content

Commit e4424b4

Browse files
committed
Add version badges
1 parent b8b7449 commit e4424b4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# kotlin-null-defaults
22

3+
[![](https://jitpack.io/v/kyay10/kotlin-null-defaults.svg)](https://jitpack.io/#kyay10/kotlin-null-defaults)
4+
[![Gradle Plugin Portal](https://img.shields.io/maven-metadata/v/https/plugins.gradle.org/m2/com/github/kyay10/kotlin-null-defaults/com.github.kyay10.kotlinnulldefaults/maven-metadata.xml.svg?colorB=007ec6&label=gradlePluginPortal)](https://plugins.gradle.org/plugin/com.github.kyay10.kotlin-null-defaults) (
5+
Currently pending approval)
36

47
A Kotlin compiler plugin that allows Java callers to pass in `null` for default parameters by automatically checking for nulls and substituting the default values .
58

0 commit comments

Comments
 (0)