1
0
Fork 0
godot/platform/android/java/lib
melquiadess 70ea3e22a6 Use ?. (and ?.let) safe operators instead of !!
This PR prevents potential NPEs, and follows Kotlin conventions more closely
by replacing the unsafe !! operator with safe ?. (or ?.let) (usually
!! would only be used very rarely, and with a good reason - there is one
place left in this PR where !! makes sense), and by replacing Java style
'if (x != null)' with Kotlin's '?.'
2024-03-28 23:36:38 +00:00
..
aidl/com/android/vending/licensing
patches
res Add "filesRoot" path to Android provider paths xml 2023-03-09 19:11:08 +00:00
src Use ?. (and ?.let) safe operators instead of !! 2024-03-28 23:36:38 +00:00
AndroidManifest.xml Update Android dependencies for the project 2024-01-18 10:35:32 -08:00
THIRDPARTY.md
build.gradle Always enable debug symbols when developing with Android Studio 2024-02-15 17:03:28 -08:00