Get rid of explicit value case manipulations.
This commit is contained in:
committed by
alexander-gorshenev
parent
d237afdea5
commit
ff49153e79
+1
-1
@@ -33,7 +33,7 @@ import org.jetbrains.kotlin.konan.target.TargetManager
|
||||
import java.io.File
|
||||
|
||||
internal val Project.host
|
||||
get() = TargetManager.host.name.toLowerCase()
|
||||
get() = TargetManager.host.userName
|
||||
|
||||
internal val Project.simpleOsName
|
||||
get() = TargetManager.simpleOsName()
|
||||
|
||||
Reference in New Issue
Block a user