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

com.google.devtools.ksp.common.impl.KSPCompilationError.kt Maven / Gradle / Ivy

There is a newer version: 2.1.0-RC-1.0.27
Show newest version
package com.google.devtools.ksp.common.impl

import com.intellij.psi.PsiFile

// PsiElement.toLocation() isn't available before ResolveImpl is initialized.
class KSPCompilationError(val file: PsiFile, val offset: Int, override val message: String) : Exception()




© 2015 - 2024 Weber Informatics LLC | Privacy Policy