Skip to content

Commit 2e7dc43

Browse files
authored
utopia-riseGH-812 Fix missing types on desugaring in r8 (utopia-rise#816)
1 parent 210e676 commit 2e7dc43

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

kt/plugins/godot-gradle-plugin/src/main/kotlin/godot/gradle/tasks/android/createMainDexFileTask.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ fun Project.createMainDexFileTask(
4747
mainJar.absolutePath,
4848
"--lib",
4949
"${godotJvmExtension.androidCompileSdkDir.get().asFile.absolutePath}${File.separator}android.jar",
50+
"--classpath",
51+
godotBootstrapJar.absolutePath,
5052
"--min-api",
5153
godotJvmExtension.androidMinApi.get(),
5254
"--main-dex-rules",

0 commit comments

Comments
 (0)