[Gradle, JS] Make entryModule internally
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ open class KotlinJsIrLink : Kotlin2JsCompile() {
|
|||||||
@get:SkipWhenEmpty
|
@get:SkipWhenEmpty
|
||||||
@get:InputDirectory
|
@get:InputDirectory
|
||||||
@get:PathSensitive(PathSensitivity.RELATIVE)
|
@get:PathSensitive(PathSensitivity.RELATIVE)
|
||||||
val entryModule: File
|
internal val entryModule: File
|
||||||
get() = File(
|
get() = File(
|
||||||
(taskData.compilation as KotlinJsIrCompilation)
|
(taskData.compilation as KotlinJsIrCompilation)
|
||||||
.output
|
.output
|
||||||
|
|||||||
Reference in New Issue
Block a user