Skip to content

Commit

Permalink
Maybe this will work
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsDoot committed Mar 18, 2019
1 parent 666f552 commit 508e1ef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ repositories {
}

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
implementation "org.jetbrains.kotlin:kotlin-reflect"
compileOnly "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
compileOnly "org.jetbrains.kotlin:kotlin-reflect"

implementation 'org.spongepowered:spongeapi:7.1.0'
compileOnly 'org.spongepowered:spongeapi:7.1.0'

implementation 'com.github.TheFrontier:SKE:8618c9d738'
compileOnly 'com.github.TheFrontier:SKE:8618c9d738'
}

compileKotlin {
Expand Down

0 comments on commit 508e1ef

Please sign in to comment.