kotlin
                                
                                 kotlin copied to clipboard
                                
                                    kotlin copied to clipboard
                            
                            
                            
                        Introduce KotlinJsFactory, KotlinMetadataFactory and KotlinNativeFactory
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: CompilationInfobetween compilation tasks.