org.jetbrains.kotlin.apple-privacy-manifests
Owner: Kotlin Team
Plugin for copying privacy manifests to Kotlin Multiplatform frameworks
Sources: https://github.com/jetbrains/kotlin
Version 1.0.0 (latest)
1.0.0
Created 30 May 2024.
Plugin for copying privacy manifests to Kotlin Multiplatform frameworks
Add this plugin to your build using the plugins DSL:
plugins {
id("org.jetbrains.kotlin.apple-privacy-manifests") version "1.0.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.jetbrains.kotlin:kotlin-privacy-manifests-plugin:1.0.0") } } apply(plugin = "org.jetbrains.kotlin.apple-privacy-manifests")
- Applying plugins to all subprojects .