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: AGENTS.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@
8
8
9
9
You are running in a sandbox unless told otherwise.
10
10
Builds/tests Android projects OFFLINE. Host SDK + Gradle caches are mounted read-only. Use './gradlew --offline testDebugUnitTest' for unit tests, './gradlew --offline assembleDebug' to build, './gradlew --offline lintDebug' for lint. Instrumented tests (connectedAndroidTest) are NOT supported — no device/KVM.
11
+
You may be unable to write cache entries (chmod EPERM) in which case `--no-configuration-cache`.
12
+
Run ktlint, detekt, lintGplayDebug, lintFdroidDebug and fix any issues before declaring work is done.
Copy file name to clipboardExpand all lines: features/preferences/impl/src/main/kotlin/io/element/android/features/preferences/impl/developer/DeveloperSettingsEvents.kt
Copy file name to clipboardExpand all lines: features/preferences/impl/src/main/kotlin/io/element/android/features/preferences/impl/developer/DeveloperSettingsPresenter.kt
Copy file name to clipboardExpand all lines: features/preferences/impl/src/main/kotlin/io/element/android/features/preferences/impl/developer/DeveloperSettingsState.kt
Copy file name to clipboardExpand all lines: features/preferences/impl/src/main/kotlin/io/element/android/features/preferences/impl/developer/DeveloperSettingsStateProvider.kt
Copy file name to clipboardExpand all lines: features/preferences/impl/src/main/kotlin/io/element/android/features/preferences/impl/developer/DeveloperSettingsView.kt
Copy file name to clipboardExpand all lines: features/preferences/impl/src/test/kotlin/io/element/android/features/preferences/impl/developer/DeveloperSettingsPresenterTest.kt
0 commit comments