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