Skip to content

Commit

Permalink
Modify project structure
Browse files Browse the repository at this point in the history
  • Loading branch information
JMPergar committed Mar 24, 2017
1 parent 0d53ce7 commit dc6663b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 162 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions library/build.gradle → core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ repositories {

apply plugin: 'maven'

group = 'finecinnamon.kats'
group = 'com.github.finecinnamon'

sourceSets {
main.java.srcDirs += 'library/src/main/java'
main.java.srcDirs += 'core/src/main/java'
}
3 changes: 3 additions & 0 deletions core/src/main/java/kats/dummy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Dummy file to maintain visible the package structure.

Can be removed in future commits.
159 changes: 0 additions & 159 deletions library/src/main/java/com/finecinnamon/kats/Option.kt

This file was deleted.

2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include ':futurek'
include ':core'

0 comments on commit dc6663b

Please sign in to comment.