We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32e15ed commit 648df26Copy full SHA for 648df26
kt/plugins/godot-gradle-plugin/src/main/kotlin/godot/gradle/tasks/android/packageMainDexJarTask.kt
@@ -16,7 +16,6 @@ fun Project.packageMainDexJarTask(
16
17
archiveBaseName.set("main-dex")
18
19
- from("src/main/resources").include("**/godot.registration.Entry")
20
// add all dex files (converted class files)
21
from("${project.layout.buildDirectory.asFile.get().absolutePath}/libs/").include("*.dex")
22
0 commit comments