Package-level declarations

Types

Link copied to clipboard
class ComposeHotReloadArgumentProvider(val composeHotReloadAgentConfiguration: FileCollection, val enabled: Provider<Boolean>) : CommandLineArgumentProvider

Provides JVM arguments for enabling Compose Hot Reload functionality when running the IDE.

Link copied to clipboard
class IntelliJPlatformArgumentProvider(val intellijPlatformConfiguration: FileCollection, val coroutinesJavaAgentFile: Provider<RegularFile>, val runtimeArchProvider: Provider<String>, options: JavaForkOptions) : CommandLineArgumentProvider

Provides command line arguments for launching IntelliJ Platform locally.

Link copied to clipboard
class PerformanceTestArgumentProvider(val scriptPath: Path, val testArtifactsDirectory: Path, profilerName: Property<ProfilerName>) : CommandLineArgumentProvider

Provides command line arguments for running performance tests.

Link copied to clipboard
class SandboxArgumentProvider(val sandboxConfigDirectory: DirectoryProperty, val sandboxPluginsDirectory: DirectoryProperty, val sandboxSystemDirectory: DirectoryProperty, val sandboxLogDirectory: DirectoryProperty) : CommandLineArgumentProvider

Provides command line arguments for working in a sandbox environment.

Link copied to clipboard
class SplitModeArgumentProvider(val splitMode: Provider<Boolean>) : CommandLineArgumentProvider

Provides command line arguments for enabling Split Mode.