Add possibility to edit target platform for non-HMPP projects in order to keep ability to edit target platform for IDEA-based projects
This commit is contained in:
@@ -39,5 +39,11 @@ object CommonPlatforms {
|
||||
|
||||
// TODO(dsavvinov): extensions points?
|
||||
}.toList()
|
||||
|
||||
val allDefaultTargetPlatforms: List<TargetPlatform>
|
||||
get() = sequence {
|
||||
yieldAll(allSimplePlatforms)
|
||||
yieldAll(listOf(defaultCommonPlatform))
|
||||
}.toList()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user