Lines Matching refs:project
29 dokkaStubs project(":stdlib-stubs")
36 dependsOn(project.configurations.dokkaStubs)
45 if (project.name != "kotlinx-coroutines-core") {
46 dependsOn(project.configurations.compileClasspath)
47 dependsOn(project.sourceSets.main.output)
50 …classpath = project.configurations.dokkaStubs.files + project.configurations.compileClasspath.file…
55 if (project.name == "kotlinx-coroutines-core") {
58 dokkaStubs project(":js-stub") // so that JS library reference can resolve properly
59 dokkaStubs project(":kotlinx-coroutines-core")
66 makeLinkMapping(it, project.file("js"))
67 makeLinkMapping(it, project.file("jvm"))
68 makeLinkMapping(it, project.file("native"))
69 makeLinkMapping(it, project.file("common"))
73 path = rootProject.file("$project.name/common/src")
76 path = rootProject.file("$project.name/jvm/src")
80 path = rootProject.file("$project.name/js/src")
84 path = rootProject.file("$project.name/native/src")
88 classpath = project.configurations.dokkaStubs.files +
89 project.configurations.jvmCompileClasspath.files +
90 project.kotlin.targets.jvm.compilations.main.output.allOutputs