Skip to content

Instantly share code, notes, and snippets.

@m4kvn
Created February 25, 2019 08:10
Show Gist options
  • Select an option

  • Save m4kvn/b484a2379b07e3fffab448dca094a12c to your computer and use it in GitHub Desktop.

Select an option

Save m4kvn/b484a2379b07e3fffab448dca094a12c to your computer and use it in GitHub Desktop.
plugins {
id("com.android.library")
kotlin("android")
}
android { common() }
dependencies { submodule() } // SubModule用の依存関係を読み込む
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment