plugins { kotlin("multiplatform") } description = "Meta definition and basic operations on meta" kotlin { jvm() js() }