# Add project specific ProGuard rules here. # By default, the flags in this file are appended to flags specified # in the Android SDK tools directory. # Keep Moshi adapters -keep class com.omixlab.lckcontrol.app.data.remote.** { *; } -keepclassmembers class com.omixlab.lckcontrol.app.data.remote.** { *; } # Keep Room entities -keep class com.omixlab.lckcontrol.app.data.local.entity.** { *; }