Skip to content

Commit 749b535

Browse files
authored
docs: update readme
1 parent 7b85ee6 commit 749b535

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,15 @@ Go to `<your_project>/node_modules/freerasp-react-native/ios/TalsecRuntime.xcfra
403403
#define TALSECRUNTIME_SWIFT_H
404404
```
405405

406+
### Execution failed for task ':freerasp-react-native:minifyReleaseWithR8'.
407+
`Sealed classes are not supported as program classes when generating class files.`
408+
409+
**Reason:**
410+
Kotlin sealed classes are not supported in AGP 8.1 used by some versions of RN (currently 0.73.x)
411+
412+
**Solution:**
413+
Follow [this comment on Google Issue Tracker](https://issuetracker.google.com/issues/227160052#comment37), which contains also additional information about the issue.
414+
406415
# Security Report
407416

408417
The Security Report is a weekly summary describing the application's security state and characteristics of the devices it runs on in a practical and easy-to-understand way.

0 commit comments

Comments
 (0)