matrix-org / matrix-analytics-events

Cross-platform definitions of analytics events raised by matrix SDKs
Apache License 2.0
8 stars 8 forks source link

Kotlin project #99

Closed bmarty closed 7 months ago

bmarty commented 7 months ago

Move the generated plan to the kotlin project, and make the kotlin project buildable locally.

Also add detekt check on all PR.

This will help to maintain the Kotlin code.

Note: the import done by Element Android will have to be updated after this is merged. This line will have to be updated: https://github.com/element-hq/element-android/blob/develop/tools/import_analytic_plan.sh#L12

Next step will be to properly publish the kotlin library to MavenCentral on each release.