removing unused and failed opus impl attempts

This commit is contained in:
minjaesong
2018-12-02 22:45:08 +09:00
parent 158df1cac0
commit 9282aecd0f
7 changed files with 25 additions and 80 deletions

View File

@@ -29,8 +29,7 @@ repositories {
dependencies {
compile "org.jetbrains.kotlin:kotlin-stdlib"
compile fileTree(dir: 'lib', include: ['*.jar'])
//testCompile("org.junit.jupiter:junit-jupiter-api:5.3.2")
//testRuntime("org.junit.jupiter:junit-jupiter-engine:5.3.2")
implementation 'org.junit:junit-bom:5.2.0'
}
compileKotlin {