Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

Commit

Permalink
We need javacpp-platform as an explicit dependency.
Browse files Browse the repository at this point in the history
For details, see bytedeco/javacv#1305
  • Loading branch information
atsushieno committed Mar 31, 2021
1 parent ffff274 commit f066b97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions alsakt/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ repositories {
dependencies {
implementation project(':alsakt-javacpp')
api "org.bytedeco:javacpp:1.5.5"
implementation "org.bytedeco:javacpp-platform:1.5.5"
implementation "org.jetbrains.kotlin:kotlin-stdlib"
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.3'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.0'
Expand Down

0 comments on commit f066b97

Please sign in to comment.