Last Version

Kotlin Null Defaults compiler plugin 0.2.0

Kotlin compiler plugin that allows Java callers to use null in place of default parameters

License

License

Categories

Categories

Kotlin Languages Gradle Build Tools Github Development Tools Version Controls
GroupId

GroupId

io.github.kyay10.kotlin-null-defaults
ArtifactId

ArtifactId

io.github.kyay10.kotlin-null-defaults.gradle.plugin
Version

Version

0.2.0
Type

Type

pom
Description

Description

Kotlin Null Defaults compiler plugin
Kotlin compiler plugin that allows Java callers to use null in place of default parameters
Project URL

Project URL

https://github.com/kyay10/kotlin-null-defaults
Source Code Management

Source Code Management

https://github.com/kyay10/kotlin-null-defaults.git

Download io.github.kyay10.kotlin-null-defaults.gradle.plugin 0.2.0


<!-- https://jarcasting.com/artifacts/io.github.kyay10.kotlin-null-defaults/io.github.kyay10.kotlin-null-defaults.gradle.plugin/ -->
<dependency>
    <groupId>io.github.kyay10.kotlin-null-defaults</groupId>
    <artifactId>io.github.kyay10.kotlin-null-defaults.gradle.plugin</artifactId>
    <version>0.2.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.kyay10.kotlin-null-defaults/io.github.kyay10.kotlin-null-defaults.gradle.plugin/
implementation 'io.github.kyay10.kotlin-null-defaults:io.github.kyay10.kotlin-null-defaults.gradle.plugin:0.2.0'
// https://jarcasting.com/artifacts/io.github.kyay10.kotlin-null-defaults/io.github.kyay10.kotlin-null-defaults.gradle.plugin/
implementation ("io.github.kyay10.kotlin-null-defaults:io.github.kyay10.kotlin-null-defaults.gradle.plugin:0.2.0")
'io.github.kyay10.kotlin-null-defaults:io.github.kyay10.kotlin-null-defaults.gradle.plugin:pom:0.2.0'
<dependency org="io.github.kyay10.kotlin-null-defaults" name="io.github.kyay10.kotlin-null-defaults.gradle.plugin" rev="0.2.0">
  <artifact name="io.github.kyay10.kotlin-null-defaults.gradle.plugin" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.kyay10.kotlin-null-defaults', module='io.github.kyay10.kotlin-null-defaults.gradle.plugin', version='0.2.0')
)
libraryDependencies += "io.github.kyay10.kotlin-null-defaults" % "io.github.kyay10.kotlin-null-defaults.gradle.plugin" % "0.2.0"
[io.github.kyay10.kotlin-null-defaults/io.github.kyay10.kotlin-null-defaults.gradle.plugin "0.2.0"]

Dependencies

compile (1)

Group / Artifact Type Version
io.github.kyay10.kotlin-null-defaults : gradle-plugin jar 0.2.0

Project Modules

There are no modules declared in this project.