kotlin icon indicating copy to clipboard operation
kotlin copied to clipboard

Introduce KotlinJsFactory, KotlinMetadataFactory and KotlinNativeFactory

Open ting-yuan opened this issue 2 years ago • 0 comments

This patch is based on #5033, #5035 and #5041.

The commit for KotlinJsFactory and KotlinMetadataFactory is c6b2a60.

  • A few members from KotlinJvmFactory are moved to KotlinFactory

The commit for KotlinNativeFactory is ebfdb06.

  • KotlinNativeCompile.compilerOptions is moved to constructor to allow sharing of compilation: CompilationInfo between compilation tasks.

ting-yuan avatar Dec 21 '22 07:12 ting-yuan