CLOVIS
05/16/2025, 5:13 PMorg.jetbrains.kotlin.platform.type = native
, and are differentiated using the attribute org.jetbrains.kotlin.native.target = linux_x64
(for example).
I see that I can get the platform type using org.jetbrains.kotlin.gradle.plugin.KotlinTarget#getPlatformType
, however I don't see how I can access the native target type (other than through parsing apiElementsConfigurationName
etc).tapchicoma
05/16/2025, 5:49 PMKonanTarget.name
value.
What is your use-case?CLOVIS
05/16/2025, 6:09 PMsrc/<platform>/resources
as additional variants to allow downstream projects to get themCLOVIS
05/16/2025, 6:14 PM