[Gradle] Deprecate ios target shortcut
Which was forgotten in 0b57dac738
^KT-58676 Verification Pending
This commit is contained in:
committed by
Space Team
parent
c245fa45e3
commit
14276642d4
+3
-1
@@ -111,6 +111,8 @@ interface KotlinTargetContainerWithNativeShortcuts : KotlinTargetContainerWithPr
|
||||
|
||||
@Deprecated(SHORTCUTS_DEPRECATION_MESSAGE)
|
||||
fun ios(namePrefix: String, configure: Action<KotlinNativeTarget>) = ios(namePrefix) { configure.execute(this) }
|
||||
|
||||
@Deprecated(SHORTCUTS_DEPRECATION_MESSAGE)
|
||||
fun ios(configure: Action<KotlinNativeTarget>) = ios { configure.execute(this) }
|
||||
|
||||
@Deprecated(SHORTCUTS_DEPRECATION_MESSAGE)
|
||||
@@ -218,4 +220,4 @@ internal class NativeTargetShortcutTrace(val shortcut: String) : Throwable() {
|
||||
companion object {
|
||||
var KotlinSourceSet.nativeTargetShortcutTrace by extrasReadWriteProperty<NativeTargetShortcutTrace>()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user