mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-04 22:51:26 +00:00
4 lines
113 B
Kotlin
4 lines
113 B
Kotlin
rootProject.name = "CodeGPT"
|
|
include("codegpt-core")
|
|
include("codegpt-treesitter")
|
|
include(":codegpt-telemetry")
|