This is how mine starts: ```plugins { id 'kotl...
# multiplatform
h
This is how mine starts:
Copy code
plugins {
    id 'kotlin-multiplatform' version '1.3.0'
//    id 'maven-publish' // cf. underneath
}

group("com.sannsyn")
version("2.0.0-SNAPSHOT")

// this line cannot appear *before* the group and version lines above ...
apply plugin: 'maven-publish'