-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathsettings.gradle.kts
More file actions
40 lines (38 loc) · 1.13 KB
/
settings.gradle.kts
File metadata and controls
40 lines (38 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
/*
* Kotlin
*
* Copyright 2023-2025 MicroEJ Corp. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be found with this software.
*/
rootProject.name = "foundation"
include("audio.record")
include("audio.track")
include("bluetooth.central")
include("bluetooth.peripheral")
include("bon.immortals")
include("bon.immutables")
include("drawing.antialiased")
include("drawing.transform")
include("ecom.hotplug")
include("ecom.reader")
include("ecom.writer")
include("edc.helloworld")
include("fs.helloworld")
include("hal.gpio")
include("microai.mnist_lstm")
include("microai.sinemodel")
include("microui.font")
include("microui.helloworld")
include("microui.gradient")
include("microui.image")
include("microui.input")
include("microui.led")
include("microui.movableimage")
include("microui.mvc")
include("microui.out")
include("net.echo")
include("net.helloworld")
// Include VEE Port for SIM
include("sim-vee-port", "sim-vee-port:front-panel")
project(":sim-vee-port:front-panel").projectDir = file("sim-vee-port/vee-port/extensions/front-panel")
project(":sim-vee-port").projectDir = file("sim-vee-port/vee-port")