We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af3baaa commit c029899Copy full SHA for c029899
settings.gradle.kts
@@ -1,4 +1,4 @@
1
-// Copyright (c) 2020-2023 Tesla (Yinsen) Zhang.
+// Copyright (c) 2020-2024 Tesla (Yinsen) Zhang.
2
// Use of this source code is governed by the MIT license that can be found in the LICENSE.md file.
3
4
rootProject.name = "aya-prover"
@@ -12,12 +12,15 @@ include(
12
"cli-console",
13
"tools",
14
// Uses kala-primitives
15
+ "jit-compiler",
16
"tools-kala",
17
"tools-md",
18
"tools-repl",
19
+ "syntax",
20
"base",
21
"pretty",
22
"parser",
23
+ "producer",
24
"ide",
25
"ide-lsp",
26
)
0 commit comments