Skip to content

Commit c029899

Browse files
committed
build: one file missing
1 parent af3baaa commit c029899

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: settings.gradle.kts

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2020-2023 Tesla (Yinsen) Zhang.
1+
// Copyright (c) 2020-2024 Tesla (Yinsen) Zhang.
22
// Use of this source code is governed by the MIT license that can be found in the LICENSE.md file.
33

44
rootProject.name = "aya-prover"
@@ -12,12 +12,15 @@ include(
1212
"cli-console",
1313
"tools",
1414
// Uses kala-primitives
15+
"jit-compiler",
1516
"tools-kala",
1617
"tools-md",
1718
"tools-repl",
19+
"syntax",
1820
"base",
1921
"pretty",
2022
"parser",
23+
"producer",
2124
"ide",
2225
"ide-lsp",
2326
)

0 commit comments

Comments
 (0)