Skip to content

Commit

Permalink
Add dependent lib kotlin-stdlib for kotlin version of java-matter-con…
Browse files Browse the repository at this point in the history
…troller
  • Loading branch information
yufengwangca committed Feb 27, 2023
1 parent 7a62c12 commit fa67cef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions third_party/java_deps/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,7 @@ java_prebuilt("annotation") {
java_prebuilt("json") {
jar_path = "artifacts/json-20220924.jar"
}

java_prebuilt("kotlin-stdlib") {
jar_path = "artifacts/kotlin-stdlib-1.3.31.jar"
}
1 change: 1 addition & 0 deletions third_party/java_deps/set_up_java_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@
mkdir -p third_party/java_deps/artifacts
curl --fail --location --silent --show-error https://repo1.maven.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar -o third_party/java_deps/artifacts/jsr305-3.0.2.jar
curl --fail --location --silent --show-error https://repo1.maven.org/maven2/org/json/json/20220924/json-20220924.jar -o third_party/java_deps/artifacts/json-20220924.jar
curl --fail --location --silent --show-error https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib/1.3.31/kotlin-stdlib-1.3.31.jar -o third_party/java_deps/artifacts/kotlin-stdlib-1.3.31.jar

0 comments on commit fa67cef

Please sign in to comment.