Force bootstrap stdlib in modules that used in composite build
This commit is contained in:
@@ -6,7 +6,7 @@ plugins {
|
||||
description = "Common klib reader and writer"
|
||||
|
||||
dependencies {
|
||||
compile(kotlinStdlib())
|
||||
compile(kotlinStdlib(forceBootstrap = true))
|
||||
compile(project(":kotlin-util-io"))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user