Revert "gradle-plugin: Rename targets"

This reverts commit 7a1a5001a3.
This commit is contained in:
Ilya Matveev
2017-05-10 11:24:46 +07:00
committed by ilmat192
parent 0a7e38c25a
commit 739eb6233a
@@ -136,7 +136,7 @@ class KonanPlugin: Plugin<ProjectInternal> {
private fun String.isSupported(): Boolean {
val os = CompilerDownloadTask.simpleOsName()
return when (os) {
"macos" -> this == "osx" || this == "ios"
"macos" -> this == "macbook" || this == "iphone"
"linux" -> this == "linux" || this == "raspberrypi"
else -> false
}