How to use multiple modules for Android?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By JulioYagami

I’m using a module but I’d like to use another also. How could I do it?

[android]
modules=MYMODULE
:bust_in_silhouette: Reply From: jandrewlong

Use a comma separated list, like this:

[android]
modules="org/godotengine/godot/GodotPaymentV3,org/godotengine/godot/PlayGameServices,org/godotengine/godot/GodotAdMob"