io.github.kyay10.kotlinnulldefaults.BuildConfig.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of maven-plugin Show documentation
Show all versions of maven-plugin Show documentation
A Kotlin compiler plugin that allows Java callers to pass in null for default parameters
The newest version!
package io.github.kyay10.kotlinnulldefaults
import kotlin.String
object BuildConfig {
const val KOTLIN_PLUGIN_ID: String = "io.github.kyay10.kotlinnulldefaults"
const val KOTLIN_PLUGIN_HINT: String = "kotlin-null-defaults"
}