Skip to content

Instantly share code, notes, and snippets.

@mtilbrook-dev
Created September 24, 2018 11:30
Show Gist options
  • Select an option

  • Save mtilbrook-dev/3a37f3585c3e935d35b5fc15f59c651e to your computer and use it in GitHub Desktop.

Select an option

Save mtilbrook-dev/3a37f3585c3e935d35b5fc15f59c651e to your computer and use it in GitHub Desktop.

Revisions

  1. Mitchell Tilbrook created this gist Sep 24, 2018.
    7 changes: 7 additions & 0 deletions build.gradle
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    buildscript {
    dependencies {
    // android-gradle-plugin
    //
    classpath "org.jetbrains.kotlin:kotlin-allopen:$kotlin_version"
    }
    }