Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save romainbsl/eee87fad8c1fdf979ee92f774c46b58c to your computer and use it in GitHub Desktop.
Save romainbsl/eee87fad8c1fdf979ee92f774c46b58c to your computer and use it in GitHub Desktop.
plugins {
kotlin("multiplatform") version "1.3.72"
kotlin("plugin.serialization") version "1.3.72"
`maven-publish`
}
kotlin {
jvm("android")
ios()
sourceSets {
// dependencies
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment