You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -403,6 +403,15 @@ Go to `<your_project>/node_modules/freerasp-react-native/ios/TalsecRuntime.xcfra
403
403
#define TALSECRUNTIME_SWIFT_H
404
404
```
405
405
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
+
406
415
# Security Report
407
416
408
417
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