[Gradle] Remove redundant suppression in KotlinJsProjectExtension
This commit is contained in:
committed by
Space Team
parent
96717c644d
commit
1772620d16
-1
@@ -305,7 +305,6 @@ abstract class KotlinJsProjectExtension(project: Project) :
|
||||
"Needed for IDE import using the MPP import mechanism",
|
||||
level = DeprecationLevel.HIDDEN
|
||||
)
|
||||
@Suppress("DEPRECATION")
|
||||
fun getTargets(): NamedDomainObjectContainer<KotlinTarget>? =
|
||||
targetFuture.lenient.getOrNull()?.let { target ->
|
||||
target.project.container(KotlinTarget::class.java)
|
||||
|
||||
Reference in New Issue
Block a user