TokTok / jvm-toxcore-c

JVM (Java/Scala/Kotlin) bindings to toxcore
https://toktok.ltd
GNU General Public License v3.0
40 stars 30 forks source link

Use `scala_import`s instead of `:file` for jar dependencies. #60

Closed iphydf closed 6 years ago

iphydf commented 6 years ago

The :file imports don't have JavaInfo, which is needed by Scala rules now. The new way is to add the jar to a scala_import in third_party/scala/BUILD.bazel and then depend on that.


This change is Reviewable