We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows 11 Godot v4.3.stable.offlicial [77dcf97] Mobile
In the Godot Source code: platform/android/export/export_plugin.cpp#L2552 I can see that the export_plugin is only checking for a build.gradle file to be present.
It should also check for build.gradle.kts in the case of custom Android Build Templates written in Kotlin.
GIVEN
Expected Behaviour
Any Godot Mobile Project with this example build template build.zip
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Tested versions
System information
Windows 11 Godot v4.3.stable.offlicial [77dcf97] Mobile
Issue description
In the Godot Source code: platform/android/export/export_plugin.cpp#L2552 I can see that the export_plugin is only checking for a build.gradle file to be present.
It should also check for build.gradle.kts in the case of custom Android Build Templates written in Kotlin.
Steps to reproduce
GIVEN
WHEN
THEN
Expected Behaviour
Minimal reproduction project (MRP)
Any Godot Mobile Project with this example build template build.zip
The text was updated successfully, but these errors were encountered: