UnwrapPlugin

class UnwrapPlugin : Plugin<Project> (source)

A plugin that activates Kotlin Multiplatform resources and gathers all cassettes from dependencies into directories, making them accessible to executable native binaries, such as test executables.

Source: https://github.com/JetBrains/compose-multiplatform/blob/5da48904e5c24aa567da17fb780707073f920af3/gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/resources/KmpResources.kt

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun apply(target: Project)