10 lines
129 B
Plaintext
10 lines
129 B
Plaintext
plugins {
|
|
id("scientifik.mpp")
|
|
}
|
|
|
|
description = "Meta definition and basic operations on meta"
|
|
|
|
kotlin {
|
|
jvm()
|
|
js()
|
|
} |