Move type enhancement state stuff into core:descriptors.jvm

This commit is contained in:
Victor Petukhov
2021-06-04 15:29:18 +03:00
parent 8de05691a9
commit 18384788a4
8 changed files with 20 additions and 31 deletions
+1
View File
@@ -6,6 +6,7 @@ plugins {
}
dependencies {
api(project(":core:descriptors.jvm"))
api(project(":compiler:frontend.common"))
api(project(":compiler:fir:cones"))
@@ -17,7 +17,6 @@ import org.jetbrains.kotlin.test.frontend.classic.ClassicFrontendOutputArtifact
import org.jetbrains.kotlin.test.model.TestModule
import org.jetbrains.kotlin.test.services.TestServices
import org.jetbrains.kotlin.test.services.globalMetadataInfoHandler
import org.jetbrains.kotlin.load.java.getReportLevelForAnnotation
// Not that this diagnostic handler should be included only with `ClassicDiagnosticsHandler` and go after it
class JspecifyDiagnosticComplianceHandler(testServices: TestServices) : ClassicFrontendAnalysisHandler(testServices) {