[Gradle] Use KonanTarget's name instead of calling toString()

^KT-53107
This commit is contained in:
Anton Lakotka
2022-10-05 14:29:57 +02:00
committed by Space Team
parent eb5a2f65bd
commit e57f9384b9
@@ -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.