Skip to content

r8 warnings for missing types at build time of the apk #812

@chippmann

Description

@chippmann

Followup of #811

We have some kind of misconfiguration in our android build setup. At build time of the apk, r8 spits out a bunch of warnings like:

Warning in C:\Users\cedri\projects\05_random\androidexport\build\libs\main.jar:godot/entry/SimpleRegistrar.class: Type `godot.registration.ClassRegistrar` was not found, it is required for default or static interface methods desugaring of `godot.entry.SimpleRegistrar` Warning in C:\Users\cedri\projects\05_random\androidexport\build\libs\main.jar:godot/entry/SimpleRegistrar$register$1$1$2.class: Type `kotlin.jvm.internal.FunctionReferenceImpl` was not found, it is required for default or static interface methods desugaring of `godot.entry.SimpleRegistrar$register$1$1$2` Warning in C:\Users\cedri\projects\05_random\androidexport\build\libs\main.jar:com/example/game/Simple.class: Type `godot.api.Node3D` was not found, it is required for default or static interface methods desugaring of `com.example.game.Simple` Warning in C:\Users\cedri\projects\05_random\androidexport\build\libs\main.jar:godot/entry/SimpleRegistrar$register$1$1$1.class: Type `kotlin.jvm.functions.Function0` was not found, it is required for default or static interface methods desugaring of `godot.entry.SimpleRegistrar$register$1$1$1` Warning in C:\Users\cedri\projects\05_random\androidexport\build\libs\main.jar:godot/entry/ukJKaFByiPdTkFotsEFK/Entry.class: Type `godot.registration.Entry` was not found, it is required for default or static interface methods desugaring of `godot.entry.ukJKaFByiPdTkFotsEFK.Entry` Warning in C:\Users\cedri\projects\05_random\androidexport\build\libs\main.jar:godot/entry/SimpleRegistrar.class: Type `kotlin.jvm.functions.Function1` was not found, it is required for default or static interface methods desugaring of `godot.entry.SimpleRegistrar$$InternalSyntheticLambda$2$cd6dace8551bbf7a8ef5ac63f7e9801a9f4144573bb174ae76002f9975ebac74$0` 

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions