hallvard
11/04/2018, 9:09 AMplugins {
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'