diff --git a/android/build.gradle.kts b/android/build.gradle.kts index 642ae2c5..0dcae33c 100644 --- a/android/build.gradle.kts +++ b/android/build.gradle.kts @@ -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"))