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
> Gradle 9 changed the way cross compilers worked and is not compatible with Native Utils 2026 and earlier
7
+
5
8
## DSL Documentation for Native Utils
6
9
7
10
```
@@ -212,7 +215,7 @@ nativeUtils.platformConfigs {
212
215
213
216
# Using custom builds
214
217
215
-
To use a custom build of native-utils in a robot project, the build must be published, and a GradleRIO build that uses the new version must be pulished.
218
+
To use a custom build of native-utils in a robot project, the build must be published, and a GradleRIO build that uses the new version must be published.
216
219
217
220
1. Update the version in `build.gradle` so that native-utils won't overwrite an existing version.
0 commit comments