se.ansman.deager.ksp.KspProcessingError.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of compiler Show documentation
Show all versions of compiler Show documentation
Eager Singletons with Dagger
The newest version!
package se.ansman.deager.ksp
import com.google.devtools.ksp.symbol.KSNode
class KspProcessingError(
override val message: String,
val symbol: KSNode,
) : Exception()