[Gradle] KotlinTargetHierarchyDescriptorTest: Suppress deprecations
^KT-34662 Verification Pending
This commit is contained in:
committed by
Space Team
parent
32e05b4631
commit
37e1d09c3e
+2
@@ -193,6 +193,7 @@ class KotlinTargetHierarchyDescriptorTest {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Suppress("DEPRECATION")
|
||||||
@Test
|
@Test
|
||||||
fun `test - filterCompilations`() = project.runLifecycleAwareTest {
|
fun `test - filterCompilations`() = project.runLifecycleAwareTest {
|
||||||
val descriptor = KotlinTargetHierarchyDescriptor {
|
val descriptor = KotlinTargetHierarchyDescriptor {
|
||||||
@@ -223,6 +224,7 @@ class KotlinTargetHierarchyDescriptorTest {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Suppress("DEPRECATION")
|
||||||
@Test
|
@Test
|
||||||
fun `test - filterCompilations - include them again`() = project.runLifecycleAwareTest {
|
fun `test - filterCompilations - include them again`() = project.runLifecycleAwareTest {
|
||||||
val descriptor = KotlinTargetHierarchyDescriptor {
|
val descriptor = KotlinTargetHierarchyDescriptor {
|
||||||
|
|||||||
Reference in New Issue
Block a user