TomTom integration with Kotlin jetpack 1.3 compose material3

Hey All

We are working on a project, and we have tons of questions and problems. I’d appreciate any help!

We found this repo https://github.com/tomtom-international/tomtom-navigation-android-examples/blob/main/app/build.gradle
photo_2023-09-04_14-05-11
)

Does anyone have a working sample on this?

it’s also not running on our app.

Help?
Thanks

That example requires to have access to Navigation SDK.

I’m working on something similar right now and due to the migration to compose is not in the roadmap, the only way to integrate the SDK in a compose app is using an AndroidView()
I’ve also noticed that there aren’t any repositories to help us integrate the SDK in a compose app so it is a passionate green field to work on :joy: