sources/amper-cli/src/org/jetbrains/amper/tasks/wasm/WasmJsLinkTask.kt [28:57]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - module: AmperModule, platform: Platform, userCacheRoot: AmperUserCacheRoot, jdkProvider: JdkProvider, taskOutputRoot: TaskOutputRoot, incrementalCache: IncrementalCache, taskName: TaskName, tempRoot: AmperProjectTempRoot, isTest: Boolean, compileKLibTaskName: TaskName, processRunner: ProcessRunner, buildType: BuildType? = null, kotlinArtifactsDownloader: KotlinArtifactsDownloader = KotlinArtifactsDownloader(userCacheRoot, incrementalCache), ) : WebLinkTask( module, platform, userCacheRoot, jdkProvider, taskOutputRoot, incrementalCache, taskName, tempRoot, isTest, buildType, processRunner, compileKLibTaskName, kotlinArtifactsDownloader, ) { override val expectedPlatform: Platform - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - sources/amper-cli/src/org/jetbrains/amper/tasks/wasm/WasmWasiLinkTask.kt [28:57]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - module: AmperModule, platform: Platform, userCacheRoot: AmperUserCacheRoot, jdkProvider: JdkProvider, taskOutputRoot: TaskOutputRoot, incrementalCache: IncrementalCache, taskName: TaskName, tempRoot: AmperProjectTempRoot, isTest: Boolean, compileKLibTaskName: TaskName, processRunner: ProcessRunner, buildType: BuildType? = null, kotlinArtifactsDownloader: KotlinArtifactsDownloader = KotlinArtifactsDownloader(userCacheRoot, incrementalCache), ) : WebLinkTask( module, platform, userCacheRoot, jdkProvider, taskOutputRoot, incrementalCache, taskName, tempRoot, isTest, buildType, processRunner, compileKLibTaskName, kotlinArtifactsDownloader, ) { override val expectedPlatform: Platform - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -