Skip to content

Commit

Permalink
Add SetExpressionCompiler and unit tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
riemanli committed May 1, 2023
1 parent cee629b commit 1a428a0
Show file tree
Hide file tree
Showing 4 changed files with 643 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,11 @@ kt_jvm_library(
"@wfa_consent_signaling_client//src/main/kotlin/org/wfanet/measurement/consent/client/measurementconsumer",
],
)

kt_jvm_library(
name = "set_expression_compiler",
srcs = ["SetExpressionCompiler.kt"],
deps = [
"@wfa_common_jvm//imports/kotlin/kotlinx/coroutines:core",
],
)
Loading

0 comments on commit 1a428a0

Please sign in to comment.