Skip to content

Commit 6a05c7b

Browse files
committed
各Flavor用のsrcフォルダを作成する
1 parent 6cfc61f commit 6a05c7b

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

app/src/development/package-info.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/*
2+
ここに開発環境専用のコードを追加する
3+
*/

app/src/production/package-info.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/*
2+
ここに本番環境専用のコードを追加する
3+
*/

app/src/staging/package-info.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/*
2+
ここにステージング環境専用のコードを追加する
3+
*/

app/src/stub/package-info.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/*
2+
ここにスタブ環境専用のコードを追加する
3+
*/

0 commit comments

Comments
 (0)