Closed ChristianKleineidam closed 5 years ago
@ChristianKleineidam Here are some demo & sample project which used PreferenceRoom. demo-kotlin, GithubFollows, All-in-One.
It's not a real sample project as it only builds when it's in the same dictionary (it's gradle values depend on being colocated).
@ChristianKleineidam In kotlin project, you should add below dependencies on build.gradle(app) module.
implementation "com.github.skydoves:preferenceroom:1.1.8"
kapt"com.github.skydoves:preferenceroom-processor:1.1.8"
And here is sample project how to add the dependency to your kotlin project. (line 76~78).
Currently, there's no sample project which makes it hard to understand how to use the library. It would be great to have a small sample project. Especially one in kotlin.