replace NATIVE with Native

This commit is contained in:
Eugene Yokota 2019-06-25 01:21:43 -04:00
parent a985d4f079
commit e37ce28e81
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ object ProjectMatrix {
val jvmDirectorySuffix: String = "-jvm"
val jsIdSuffix: String = "JS"
val jsDirectorySuffix: String = "-js"
val nativeIdSuffix: String = "NATIVE"
val nativeIdSuffix: String = "Native"
val nativeDirectorySuffix: String = "-native"
/** A row in the project matrix, typically representing a platform.