We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1bc47a commit 2524a67Copy full SHA for 2524a67
ksp/src/test/kotlin/com/tschuchort/compiletesting/KspTest.kt
@@ -5,6 +5,7 @@ import com.google.devtools.ksp.symbol.KSAnnotated
5
import com.google.devtools.ksp.symbol.KSClassDeclaration
6
import com.tschuchort.compiletesting.KotlinCompilation.ExitCode
7
import org.assertj.core.api.Assertions.assertThat
8
+import org.jetbrains.kotlin.compiler.plugin.ExperimentalCompilerApi
9
import org.junit.Test
10
import org.junit.runner.RunWith
11
import org.junit.runners.JUnit4
@@ -15,6 +16,7 @@ import org.mockito.kotlin.inOrder
15
16
import org.mockito.kotlin.mock
17
18
@RunWith(JUnit4::class)
19
+@ExperimentalCompilerApi
20
class KspTest {
21
@Test
22
fun failedKspTest() {
0 commit comments