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

Moved flatbuffers to under sceneview to avoid duplicate class conflicts

Open Michael-Kr opened this issue 1 year ago • 1 comments

As it was discussed, I've moved the flatbuffers to under io.gihub.sceneview.com.google.flatbuffers. Moving also com.google.ar.sceneform was problematic and led to

Supertypes of the following classes cannot be resolved. Please make sure you have the required dependencies in the classpath:
    class com.google.ar.schemas.lull.TextureDef, unresolved supertypes: com.google.flatbuffers.Table
    class com.google.ar.schemas.lull.ModelInstanceDef, unresolved supertypes: com.google.flatbuffers.Table
    class com.google.ar.schemas.sceneform.SceneformBundleDef, unresolved supertypes: com.google.flatbuffers.Table

As com.google.ar.sceneform is a very specific package and unlikely to cause any conflicts I decided not to fight the issues that appeared after I moved it and leave it as it is.

Michael-Kr avatar Dec 23 '23 17:12 Michael-Kr

@ThomasGorisse FYI

Michael-Kr avatar Dec 23 '23 17:12 Michael-Kr