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

commonMain.io.mths.kava.processor.options.KavaOptions.kt Maven / Gradle / Ivy

There is a newer version: 1.0.1
Show newest version
package io.mths.kava.processor.options

data class KavaOptions(
    val separateFiles: Boolean,
    val inferPackage: Boolean,
    val generatedPackage: String,
    val generatedFileName: String,
    val generatedFileExtension: String
) {
    companion object
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy