posthog-android icon indicating copy to clipboard operation
posthog-android copied to clipboard

Kotlin Multiplatform Library

Open Legion2 opened this issue 2 years ago • 8 comments

Integrating Posthog in Kotlin multiplatform projects currently requires integrating the android and ios libraries separatly. With a multiplatform library the code for android and ios must not be duplicated and user must not themself create expect/actual declarations for PostHog. The kotlin library can also be used nativly in android only projects.

Legion2 avatar Nov 26 '21 11:11 Legion2