Subject: Issue with missing classes in Adapty KMP SDK v3.15.0-beta.0 (Maven vs Source)
Hello Adapty Team,
I am currently integrating the Adapty KMP SDK into my Compose Multiplatform project. I am using the following dependencies in my build.gradle.kts:
io.adapty:adapty-kmp:3.15.0-beta.0
io.adapty:adapty-kmp-ui:3.15.0-beta.0
The Issue: I’ve noticed that some essential classes and observers (specifically AdaptyUIObserver, AdaptyUIView, and certain UI event listeners) are missing in the library imported via Gradle, even though they are clearly visible in the source code of the main branch I downloaded from GitHub (and also present in your example module).
As seen in the attached screenshots from my IDE's External Libraries:
Classes like AdaptyUIObserver cannot be resolved under com.adapty.kmp.
While the source code shows a specific hierarchy, the compiled .jar from Maven seems to have different class visibility or is missing some UI components.
Screenshots attached:
IDE Errors showing "Unresolved reference" for AdaptyUIObserver and AdaptyUIView.
A comparison of the file structure between the downloaded Source Code (where they exist) and the Gradle Dependency (where they are missing).
Could you please verify if v3.15.0-beta.0 was published with all UI components accessible for KMP commonMain? Or should I be using a different package path for these specific observers in the latest beta?
Looking forward to your guidance.
Best regards, Hasan Tuncay
Ask a question
SDK
3 days ago

Hasan Tunçay
Get notified by email when there are changes.
Ask a question
SDK
3 days ago

Hasan Tunçay
Get notified by email when there are changes.