Skip to content

Instantly share code, notes, and snippets.

@lamvann
Last active May 25, 2020 19:17
Show Gist options
  • Save lamvann/016f3fd6644a83fcb235d959579fcaab to your computer and use it in GitHub Desktop.
Save lamvann/016f3fd6644a83fcb235d959579fcaab to your computer and use it in GitHub Desktop.
Extension function to apply the kotlin plugin to a project
fun Project.setupAsKotlinLibrary() {
println("\tKotlin library")
apply(plugin = "kotlin")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment