Learning Android Development
Extend Android’s Room Abstraction Capability Further with KSP
An example of using KSP to overcome the current Android’s Room and Kotlin Inheritance Limitation
Published in
6 min readMar 4
--
Room in Android is really a nice abstraction over SQLite! I learned it not too long ago. Definitely a win in implementing…