[K/N] Modularise :kotlin-native:native.backend to extract objc header generation (2/2)

^KT-63905 Fixed
This commit is contained in:
Sebastian Sellmair
2023-11-29 11:41:56 +01:00
committed by Space Team
parent ae9f3d66c2
commit 0713866c1e
37 changed files with 601 additions and 458 deletions
@@ -103,16 +103,6 @@ enum class JUnitMode {
JUnit4, JUnit5
}
/**
* Convenience function to expose Project.projectTest for groovy
*/
fun projectTest(project: Project) = project.projectTest()
/**
* Convenience function to expose Project.projectTest for groovy
*/
fun projectTest(project: Project, jUnitMode: JUnitMode) = project.projectTest(jUnitMode = jUnitMode)
/**
* @param parallel is redundant if @param jUnit5Enabled is true, because
* JUnit5 supports parallel test execution by itself, without gradle help