@posthog/react-native-plugin@2.5.2
Immutable
release. Only release title and notes can be modified.
2.5.2
Patch Changes
-
#4789
f8013edThanks @gabrieldonadel! - Skip the explicit Kotlin plugin when AGP provides built-in KotlinAndroid Gradle Plugin 9 registers the
kotlinextension itself, so applying
kotlin-androidon 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.builtInKotlinopt-out is removed. (2026-09-07)