[analysis] remove redundant OptIn annotations

This commit is contained in:
Dmitry Gridin
2022-08-12 21:28:32 +02:00
parent 8dbdea39da
commit c9e9ee90a3
20 changed files with 0 additions and 26 deletions
@@ -30,7 +30,6 @@ import java.io.File
import java.nio.file.Path
import java.nio.file.Paths
@OptIn(ExperimentalStdlibApi::class)
abstract class KtModuleByCompilerConfiguration(
val project: Project,
val testModule: TestModule,
@@ -66,7 +66,6 @@ object KtMainModuleFactoryForSourceModules : KtMainModuleFactory {
}
object TestModuleStructureFactory {
@OptIn(TestInfrastructureInternals::class)
fun createProjectStructureByTestStructure(
moduleStructure: TestModuleStructure,
testServices: TestServices,