[Symbol LC] get rid of usage of analyzeWithSymbolAsContext for LC

This commit is contained in:
Ilya Kirillov
2022-06-28 16:12:26 +02:00
parent 397ddb7d2c
commit 3dffe828b1
37 changed files with 404 additions and 401 deletions
@@ -33,4 +33,9 @@ projectTest(jUnitMode = JUnitMode.JUnit5) {
useJUnitPlatform()
}
tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().configureEach {
kotlinOptions.freeCompilerArgs += "-Xcontext-receivers"
}
testsJar()