Skip to content

This repository demonstrates a possible bug in R8 where the primary constructor isn't found at runtime when accessing a Kotlin class primaryConstructor property via reflection if that is a nested child class whose enclosing class is not marked to be kept by R8.

Notifications You must be signed in to change notification settings

OlivierGenez/r8-kotlin-cannot-find-nested-child-primary-constructor-bug-demo

Repository files navigation

r8-kotlin-cannot-find-nested-child-primary-constructor-bug-demo

About

This repository demonstrates a possible bug in R8 where the primary constructor isn't found at runtime when accessing a Kotlin class primaryConstructor property via reflection if that is a nested child class whose enclosing class is not marked to be kept by R8.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages