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

main.dev.zacsweers.moshix.ir.compiler.api.AdapterGenerator.kt Maven / Gradle / Ivy

There is a newer version: 1.7.20-Beta-0.18.3
Show newest version
package dev.zacsweers.moshix.ir.compiler.api

import org.jetbrains.kotlin.ir.declarations.IrClass

internal interface AdapterGenerator {
  fun prepare(): PreparedAdapter?
}

/** Represents a prepared adapter with its [adapterClass]. */
internal data class PreparedAdapter(val adapterClass: IrClass)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy