Skip to content

Instantly share code, notes, and snippets.

@kubode
Last active May 18, 2017 17:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kubode/c456ca4ece7f9c5c24e5d3534f95353d to your computer and use it in GitHub Desktop.
Save kubode/c456ca4ece7f9c5c24e5d3534f95353d to your computer and use it in GitHub Desktop.
Android Studio 3.0でのプロジェクト作成時の変更点 ref: http://qiita.com/kubode/items/b87f3a3cc1abc1616423
android {
...
sourceSets.all {
java.srcDirs += "src/${name}/kotlin"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment