Since you open sourced sceneform you decided to no longer provide it through a regular maven repository. This requires every developer to include a direct source code dependency through a git submodule for instance (while I think you could have simply attached the corresponding src artifact).
Unfortunately, this version is not targetting AndroidX, and having it as a module dependency prevents us from using the automated jetifier. You could argue that we could all edit the source code and migrate to AndroidX #1031
Since you open sourced sceneform you decided to no longer provide it through a regular maven repository. This requires every developer to include a direct source code dependency through a git submodule for instance (while I think you could have simply attached the corresponding src artifact).