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

se.ansman.kotshi.ksp.KspProcessingError.kt Maven / Gradle / Ivy

Go to download

An annotations processor that generates Moshi adapters from Kotlin data classes

The newest version!
package se.ansman.kotshi.ksp

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

class KspProcessingError(override val message: String, val node: KSNode) : Exception(message)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy