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

com.faendir.kotlin.autodsl.Logger.kt Maven / Gradle / Ivy

package com.faendir.kotlin.autodsl

import com.google.devtools.ksp.symbol.KSNode

interface Logger {
    fun error(message: String, source: S? = null)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy