sources/amper-cli/src/org/jetbrains/amper/tasks/wasm/WasmJsCompileKlibTask.kt [54:84]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ) { override val expectedPlatform: Platform get() = Platform.WASM_JS override fun kotlinCompilerArgs( kotlinUserSettings: KotlinUserSettings, compilerPlugins: List, libraryPaths: List, outputPath: Path, friendPaths: List, fragments: List, sourceFiles: List, additionalSourceRoots: List, moduleName: String, compilationType: KotlinCompilationType, include: Path?, ): List = kotlinWasmCompilerArgs( WasmTarget.JS, kotlinUserSettings, compilerPlugins, libraryPaths, outputPath, friendPaths, fragments, sourceFiles, additionalSourceRoots, moduleName, compilationType, include, ) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - sources/amper-cli/src/org/jetbrains/amper/tasks/wasm/WasmJsLinkTask.kt [56:86]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ) { override val expectedPlatform: Platform get() = Platform.WASM_JS override fun kotlinCompilerArgs( kotlinUserSettings: KotlinUserSettings, compilerPlugins: List, libraryPaths: List, outputPath: Path, friendPaths: List, fragments: List, sourceFiles: List, additionalSourceRoots: List, moduleName: String, compilationType: KotlinCompilationType, include: Path?, ): List = kotlinWasmCompilerArgs( WasmTarget.JS, kotlinUserSettings, compilerPlugins, libraryPaths, outputPath, friendPaths, fragments, sourceFiles, additionalSourceRoots, moduleName, compilationType, include, ) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -