mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 08:31:29 +00:00
[build] joint (step 2)
- dist: - compiler - tools(cinterop,klib) - stdlib - cache
This commit is contained in:
@@ -16,7 +16,7 @@ open class HostManager(
|
||||
|
||||
constructor(
|
||||
distribution: Distribution,
|
||||
experimental: Boolean = false,
|
||||
experimental: Boolean = false
|
||||
) : this(distribution.subTargetProvider, experimental || distribution.experimentalEnabled)
|
||||
|
||||
fun targetManager(userRequest: String? = null): TargetManager = TargetManagerImpl(userRequest, this)
|
||||
|
||||
Reference in New Issue
Block a user