Closed emmanuelmuturia closed 1 month ago
@Fbada006 @CalebKL Since we are currently using DataStore to handle our preferences, will we still need ArtMakerSharedPreferences
or will it just have to be deleted for this issue to be closed?
Cleanup has been done @emmanuelmuturia . We do not keep unused classes. Go ahead and implement this
Cleanup has been done @emmanuelmuturia . We do not keep unused classes. Go ahead and implement this
ArtMakerSharedPreferences
still exists as seen here: https://github.com/Fbada006/ArtMaker/blob/kmp-migration/shared/src/commonMain/kotlin/com/fbada006/shared/data/ArtMakerSharedPreferences.kt
Let me delete it as it is not in use anymore and refine the ktlint configuration to close this issue...
Once the KMP Migration is complete,
ArtMakerSharedPreferences.kt
will need to be re-included in ktlint's scope of Static Analysis. This will be achieved by removing the following line from the project-levelbuild.gradle.kts
:// To be removed after the KMP Migration... "src/commonMain/kotlin/com/fbada006/shared/data/ArtMakerSharedPreferences.kt",