Skip to content
This repository has been archived by the owner on Aug 22, 2019. It is now read-only.

Commit

Permalink
test: move kotlin test src to 'src/test/kotlin'; remove unused packages
Browse files Browse the repository at this point in the history
  • Loading branch information
rocka committed Apr 19, 2018
1 parent 5073924 commit ef74690
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 22 deletions.
3 changes: 3 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ android {
main {
java.srcDirs += 'src/main/kotlin'
}
test {
java.srcDirs += 'src/test/kotlin'
}
}
dataBinding {
enabled = true
Expand Down

This file was deleted.

0 comments on commit ef74690

Please sign in to comment.