-
I initially thought I was hitting the same issue as described in #415, but decided to open a new issue because I don't get an error. Instead, I cannot seem to find any generated Proguard/R8 rules, and my generated adapters get minified away. Some context: one of our apps has several sealed classes that live inside a package name that resembles package com.example.`data`.model And we actually see the same for adapters generated by What seems to differ is that we don't see any generated Proguard/R8 rules for classes generated by As a result, everything works well, until we turn on minification. Then we get runtime errors stating the adapters generated by How do I confirm if We're currently on |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You'll see them under |
Beta Was this translation helpful? Give feedback.
You'll see them under
build/generated/ksp/<source set>/resources/META-INF/proguard
. If you think there's an issue, you must include a reproducer project as it's impossible to guess your build configuration and debug otherwise.