Skip to content

Commit

Permalink
Changed to api keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernthedev committed Dec 19, 2019
1 parent ace2dc6 commit 274be17
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions all/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
testCompile group: 'junit', name: 'junit', version: '4.12'

compile project(':bungee')
compile project(':spigot')
compile project(":sponge")
compile project(":velocity")

api project(':bungee')
api project(':spigot')
api project(":sponge")
api project(":velocity")
}

compileKotlin {
Expand Down

0 comments on commit 274be17

Please sign in to comment.