/// /// ReactNativeVideo+autolinking.gradle /// This file was generated by nitrogen. DO NOT MODIFY THIS FILE. /// https://github.com/mrousavy/nitro /// Copyright © 2025 Marc Rousavy @ Margelo /// /// This is a Gradle file that adds all files generated by Nitrogen /// to the current Gradle project. /// /// To use it, add this to your build.gradle: /// ```gradle /// apply from: '../nitrogen/generated/android/ReactNativeVideo+autolinking.gradle' /// ``` logger.warn("[NitroModules] 🔥 ReactNativeVideo is boosted by nitro!") android { sourceSets { main { java.srcDirs += [ // Nitrogen files "${project.projectDir}/../nitrogen/generated/android/kotlin" ] } } }