sceneview-android
sceneview-android copied to clipboard
Build failure: "Unresolved reference: dev" (kotlin-math library) on Windows
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?