diff --git a/docs/latest/zipline-gradle-plugin/app.cash.zipline.gradle/-zipline-plugin/apply-to-compilation.html b/docs/latest/zipline-gradle-plugin/app.cash.zipline.gradle/-zipline-plugin/apply-to-compilation.html index 1067108746..f80e5534ad 100644 --- a/docs/latest/zipline-gradle-plugin/app.cash.zipline.gradle/-zipline-plugin/apply-to-compilation.html +++ b/docs/latest/zipline-gradle-plugin/app.cash.zipline.gradle/-zipline-plugin/apply-to-compilation.html @@ -63,7 +63,7 @@

applyToCompilation

-
open override fun applyToCompilation(kotlinCompilation: KotlinCompilation<*>): Provider<List<SubpluginOption>>(source)
+
open override fun applyToCompilation(kotlinCompilation: KotlinCompilation<*>): Provider<List<SubpluginOption>>(source)
-
expect fun close()(source)
actual open fun close()(source)
actual fun close()(source)
+
expect fun close()(source)
actual open fun close()(source)
actual fun close()(source)
-
expect fun execute(bytecode: ByteArray): Any?(source)

Load and execute bytecode and return the result.

Throws

if there is an error loading or executing the code.

actual fun execute(bytecode: ByteArray): Any?(source)

Load and execute bytecode and return the result.

Throws

if there is an error loading or executing the code.

actual fun execute(bytecode: ByteArray): Any?(source)
+
expect fun execute(bytecode: ByteArray): Any?(source)

Load and execute bytecode and return the result.

Throws

if there is an error loading or executing the code.

actual fun execute(bytecode: ByteArray): Any?(source)

Load and execute bytecode and return the result.

Throws

if there is an error loading or executing the code.

actual fun execute(bytecode: ByteArray): Any?(source)
-
expect fun gc()(source)

Manually invoke cycle removal. This is intended for testing only and is never necessary to call in regular execution.

actual fun gc()(source)
actual fun gc()(source)
+
expect fun gc()(source)

Manually invoke cycle removal. This is intended for testing only and is never necessary to call in regular execution.

actual fun gc()(source)
actual fun gc()(source)