KPlatform
The Platform implementation for the system that delegates to the specific implementations.
Simply create an instance of this class and use it to get the platform information.
val platform = KPlatform()
println(platform.operatingSystem.isAndroid)
println(platform.compilationTarget)
Content copied to clipboard