Skip to content
View OlivierGenez's full-sized avatar

Block or report OlivierGenez

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. r8-kotlin-reflection-on-nested-child-class-bug-demo r8-kotlin-reflection-on-nested-child-class-bug-demo Public

    This repository demonstrates a possible bug in R8 resulting in a crash at runtime when accessing a Kotlin class memberProperties property via reflection if that is a nested child class inheriting f…

    Kotlin 1

  2. google-maps-bug-demo google-maps-bug-demo Public

    This repository demonstrates a possible bug in the Google Maps Android SDK and is supporting the bug report submitted to the Google Maps SDK issue tracker

    Kotlin

  3. r8-bug-demo r8-bug-demo Public

    This repository demonstrates a possible bug in R8 resulting in an AbstractMethodError crash at runtime

    Kotlin

  4. leakcanary leakcanary Public

    Forked from square/leakcanary

    LeakCanary is a memory leak detection library for Android.

    Kotlin

  5. androidsrc androidsrc Public

    Forked from pyricau/androidsrc

    Find Android sources

  6. r8-kotlin-cannot-find-nested-child-primary-constructor-bug-demo r8-kotlin-cannot-find-nested-child-primary-constructor-bug-demo Public

    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 c…

    Kotlin