10 lines
131 B
Plaintext
10 lines
131 B
Plaintext
plugins {
|
|
`multiplatform-config`
|
|
}
|
|
|
|
description = "Meta definition and basic operations on meta"
|
|
|
|
kotlin {
|
|
jvm()
|
|
js()
|
|
} |