Last active
May 18, 2017 17:20
-
-
Save kubode/c456ca4ece7f9c5c24e5d3534f95353d to your computer and use it in GitHub Desktop.
Android Studio 3.0でのプロジェクト作成時の変更点 ref: http://qiita.com/kubode/items/b87f3a3cc1abc1616423
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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