sceneview-android icon indicating copy to clipboard operation
sceneview-android copied to clipboard

Build failure: "Unresolved reference: dev" (kotlin-math library) on Windows

Open mlxyz opened this issue 1 year ago • 0 comments

I am trying to build this project on Windows 11 using EclipseAdoptium.Temurin.17.JDK.

I tried to clone the main branch and run ./gradlew.bat :arsceneview:build but that fails because gradle cant resolve the kotlin-math library.

Many errors are logged but they all look like:

sceneview-android/sceneview/src/main/java/io/github/sceneview/node/ViewNode.kt:9:8 Unresolved reference: dev

Any hints on how to get the project to build?

mlxyz avatar Jan 04 '24 09:01 mlxyz