Skip to content

Commit

Permalink
Provide default proguard file to prevent errors on Android consumers
Browse files Browse the repository at this point in the history
```
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
SimonMarquis committed Dec 10, 2023
1 parent b61fc9c commit 0ca5c8d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ build/
# Local configuration file (sdk path, etc)
local.properties

# Proguard folder generated by Eclipse
proguard/

# Log Files
*.log

Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

- Provide default proguard file to prevent errors on Android consumers

## [1.8.0]

_2023-07-09_
Expand Down
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.**

0 comments on commit 0ca5c8d

Please sign in to comment.