ugsig.diff-dispatcher-ktx-processor.1.0.0.source-code.Generator.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of diff-dispatcher-ktx-processor Show documentation
Show all versions of diff-dispatcher-ktx-processor Show documentation
Kotlin extension bridge library for diff-dispatcher
package com.github.rougsig.diffdispatcherktx.processor
import com.squareup.kotlinpoet.FileSpec
internal interface Generator {
fun generateFile(): FileSpec
}