prebid / prebid-mobile-android

Prebid Mobile SDK for Android applications
Apache License 2.0
58 stars 82 forks source link

refactor: Add nullability annotations #750

Closed shinwan2 closed 2 months ago

shinwan2 commented 2 months ago

Add annotations to some symbols to be similar with Kotlin. Does Prebid have Kotlin integration on its roadmap for the PrebidMobile-core?

jsligh commented 2 months ago

Adding @NonNull and nullable will/could break users' current implementations and needs to be reserved for a full new version as they are breaking changes. The next major release will be Q4 this year (3.0.0).

shinwan2 commented 2 months ago

@jsligh Understood. Is there any plan for Kotlin integration in PrebidMobile-core on 3.0.0?