use bazel to build platform-impl

GitOrigin-RevId: b5bbc75323a08c7674777e512dcfd988ceb4461f
This commit is contained in:
Vladimir Krivosheev
2024-09-22 11:45:08 +02:00
committed by intellij-monorepo-bot
parent 084db24e54
commit 4eb9b78b78
124 changed files with 263 additions and 21 deletions

View File

@@ -1,3 +1,4 @@
### auto-generated section `build` start
load("@rules_kotlin//kotlin:jvm.bzl", "kt_jvm_library")
kt_jvm_library(
@@ -11,3 +12,4 @@ kt_jvm_library(
"@libraries//:junit"
]
)
### auto-generated section `build` end