1.11.0
- New:
apiTracking
property on thezipline { }
Gradle extension allows disabling API generation. - Fix: Calling
Zipline.close()
will now callZiplineService.close()
on all bound services. Strong
references to the services will also be cleared to prevent reference cycles on native. - Upgrade: [Kotlin 2.0.0][kotlin_2_0_0]]