StanfordSpezi / SpeziKt

Kotlin & Android Version of the Stanford Spezi Framework
http://spezi.health/SpeziKt/
MIT License
8 stars 2 forks source link

Internal change: Standardize Project Namespace Conventions for iOS & Android #4

Closed Basler182 closed 4 months ago

Basler182 commented 5 months ago

Problem

Currently Android uses namespace = "edu.stanford.spezikt" where iOS uses namespace = "edu.stanford.spezi" the name spaces should be the same.

Solution

The suggestion is we use the spezi name without the "kt" prefix for all components we build for Android in Kotlin. The kt prefix currently in use is a side effect of the namespace being occupied by our Swift components in Github. Dropping this prefix in the repo could streamline our naming convention and align better with our overall branding and repository clarity.

Additional context

No response

Code of Conduct