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

main.dev.yidafu.amphibians.ksp.PlatformGenerator.kt Maven / Gradle / Ivy

package dev.yidafu.amphibians.ksp

import dev.yidafu.amphibians.ksp.common.descriptor.ClassDescriptor

interface PlatformGenerator {
    fun generateKotlin(descriptor: ClassDescriptor)

    fun generateTypeScript(descriptor: ClassDescriptor)

    fun generate(descriptors: List)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy