[Gradle] Rename KotlinTargetHierarchyBuilder.withAndroid to withAndroidTarget
... by deprecating .withAndroid in favor of 'withAndroidTarget' to make room for the Google maintained 'Android Target' ^KT-58710 Verification Pending
This commit is contained in:
committed by
Space Team
parent
ff7e4f7986
commit
e1d48847dc
+3
@@ -141,7 +141,10 @@ interface KotlinTargetHierarchyBuilder {
|
||||
fun withJs()
|
||||
fun withWasm()
|
||||
fun withJvm()
|
||||
|
||||
@Deprecated("Renamed to 'withAndroidTarget''", replaceWith = ReplaceWith("withAndroidTarget()"))
|
||||
fun withAndroid()
|
||||
fun withAndroidTarget()
|
||||
fun withAndroidNativeX64()
|
||||
fun withAndroidNativeX86()
|
||||
fun withAndroidNativeArm32()
|
||||
|
||||
Reference in New Issue
Block a user