All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.kyay10.kotlinnulldefaults.BuildConfig.kt Maven / Gradle / Ivy

Go to download

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"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy