[Compiler] Mark all entrypoints to compiler API as experimental

This commit is contained in:
Dmitriy Novozhilov
2022-06-27 10:05:23 +03:00
committed by teamcity
parent 169e80e8c9
commit 1a8496757e
46 changed files with 120 additions and 2 deletions
+4
View File
@@ -29,6 +29,8 @@ dependencies {
testApi(intellijCore())
}
optInToExperimentalCompilerApi()
sourceSets {
"main" { none() }
"test" {
@@ -37,6 +39,8 @@ sourceSets {
}
}
optInToExperimentalCompilerApi()
runtimeJar()
sourcesJar()
javadocJar()
+2
View File
@@ -18,6 +18,8 @@ dependencies {
compileOnly(intellijCore())
}
optInToExperimentalCompilerApi()
sourceSets {
"main" { projectDefault() }
"test" { none() }