Skip to content

@posthog/react-native-plugin@2.5.2

Choose a tag to compare

@github-actions github-actions released this 07 Sep 12:12
Immutable release. Only release title and notes can be modified.
575e078

2.5.2

Patch Changes

  • #4789 f8013ed Thanks @gabrieldonadel! - Skip the explicit Kotlin plugin when AGP provides built-in Kotlin

    Android Gradle Plugin 9 registers the kotlin extension itself, so applying
    kotlin-android on top of it fails configuration with "Cannot add extension with
    name 'kotlin'". The plugin is now applied only when nothing has registered that
    extension yet, which keeps AGP 8 working unchanged and covers AGP 10, where the
    android.builtInKotlin opt-out is removed. (2026-09-07)