Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Bencodes committed Jan 14, 2022
1 parent 872a85d commit f9145d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions examples/jetpack_compose/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ archive_repository(
name = "io_bazel_rules_kotlin",
)

load("@io_bazel_rules_kotlin//kotlin:repositories.bzl", "kotlin_repositories", "versions", "kotlinc_version")
load("@io_bazel_rules_kotlin//kotlin:repositories.bzl", "kotlin_repositories", "kotlinc_version", "versions")

kotlin_repositories(
compiler_release = kotlinc_version(
Expand Down Expand Up @@ -45,7 +45,6 @@ http_archive(

load("@rules_jvm_external//:defs.bzl", "maven_install")


maven_install(
artifacts = [
"org.jetbrains.kotlin:kotlin-stdlib:{}".format(_KOTLIN_COMPILER_VERSION),
Expand Down
2 changes: 1 addition & 1 deletion examples/jetpack_compose/compose-ui/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ kt_android_library(
"@maven//:androidx_core_core_ktx",
"@maven//:org_jetbrains_kotlin_kotlin_stdlib",
],
)
)
2 changes: 1 addition & 1 deletion examples/jetpack_compose/stub/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ java_library(
],
neverlink = True,
visibility = ["//visibility:public"],
)
)

0 comments on commit f9145d9

Please sign in to comment.