[Gradle] Use KonanTarget's name instead of calling toString()
^KT-53107
This commit is contained in:
committed by
Space Team
parent
eb5a2f65bd
commit
e57f9384b9
+1
-1
@@ -184,7 +184,7 @@ open class FatFrameworkTask : DefaultTask() {
|
|||||||
Architecture.ARM32 -> AppleArchitecture.ARM32
|
Architecture.ARM32 -> AppleArchitecture.ARM32
|
||||||
Architecture.MIPS32,
|
Architecture.MIPS32,
|
||||||
Architecture.MIPSEL32,
|
Architecture.MIPSEL32,
|
||||||
Architecture.WASM32 -> error("Fat frameworks are not supported for target $this")
|
Architecture.WASM32 -> error("Fat frameworks are not supported for target `$name`")
|
||||||
}
|
}
|
||||||
|
|
||||||
// region DSL methods.
|
// region DSL methods.
|
||||||
|
|||||||
Reference in New Issue
Block a user