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