[analysis] remove redundant OptIn annotations
This commit is contained in:
-1
@@ -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,
|
||||
|
||||
-1
@@ -66,7 +66,6 @@ object KtMainModuleFactoryForSourceModules : KtMainModuleFactory {
|
||||
}
|
||||
|
||||
object TestModuleStructureFactory {
|
||||
@OptIn(TestInfrastructureInternals::class)
|
||||
fun createProjectStructureByTestStructure(
|
||||
moduleStructure: TestModuleStructure,
|
||||
testServices: TestServices,
|
||||
|
||||
Reference in New Issue
Block a user