fix: 临时解决因 lineLoops3d) 这个方法名存在非法字符问题

This commit is contained in:
2025-11-24 23:58:50 +08:00
parent f81eee8716
commit a1a9a9e0e4

View File

@@ -51,7 +51,9 @@ dependencies {
implementation(libs.androidx.constraintlayout)
implementation(libs.mapbox.maps)
implementation(project(":math"))
implementation(project(":orx-triangulation"))
implementation(project(":orx-triangulation")) {
exclude(group = "org.openrndr", module = "openrndr-draw")
}
implementation(libs.androidx.lifecycle.runtime.ktx)
implementation(project(":icegps-common"))
implementation(project(":icegps-shared"))