-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Provide default proguard file to prevent errors on Android consumers
``` Missing classes detected while running R8. Please add the missing classes or apply additional keep rules. Missing class com.google.devtools.ksp.processing.SymbolProcessorProvider. ```
- Loading branch information
1 parent
b61fc9c
commit 0ca5c8d
Showing
3 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
processor/src/main/resources/META-INF/proguard/sealed-object-instances.pro
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# sealed-object-instances contains both the KSP processor and annotations in the same library | ||
-dontwarn com.google.devtools.ksp.** |