| rootProject.name = "ortho32-sdk-java" | |
| include( | |
| ":ortho-fabric", | |
| ":ortho-device", | |
| ":ortho-transport", | |
| ":ortho-compute", | |
| ":ortho-tensor", | |
| ":ortho-trace", | |
| ":ortho-verify", | |
| ":ortho-security", | |
| ":ortho-agent", | |
| ":ortho-routing", | |
| ":ortho-core", | |
| ":integration-tests" | |
| ) | |