snowplow / snowplow-android-tracker

Snowplow event tracker for Android. Add analytics to your Android apps and games
http://snowplowanalytics.com
Apache License 2.0
110 stars 63 forks source link

Migrate published API to Kotlin (close #561) #562

Closed mscwilson closed 1 year ago

mscwilson commented 1 year ago

This is the first step in our Kotlin modernization of the Android tracker. In this experimental version, the published API has been translated to Kotlin, while the internal Core classes remain as Java. We've also added a new Kotlin demo app.

We'll be translating the remaining classes in the next release.