-
Notifications
You must be signed in to change notification settings - Fork 84
Open
Description
When building with a newer version of Gradle (8.9), there is a deprecation warning caused by the use of setFileMode in RustAndroidPlugin.kt, see:
| fileMode = 493 // 0755 in decimal; Kotlin doesn't have octal literals (!). |
This API is currently deprecated and is slated for removal in Gradle 9.0, due for release in Q2 2025. Therefore, this usage should be replaced with an implementation with the newer filePermissions(Action) API.
I am planning to contribute a quick PR in a few hours to resolve this issue.
segevfiner, benedikt-bartscher, qwq233 and MarijnS95
Metadata
Metadata
Assignees
Labels
No labels