Join Slack
Powered by
Hey, im pretty new to Gradle and KotlinJS. I want ...
# javascript
a
Axel-F B
11/14/2020, 12:50 PM
Hey, im pretty new to Gradle and KotlinJS. I want to inspect the tasks configured in the kotlinjs plugin - is there any way to do that?
m
Marc Knaup
11/14/2020, 1:22 PM
You can see the tasks in the Gradle tool window.
Marc Knaup
11/14/2020, 1:22 PM
View > Tool Windows > Gradle
a
Axel-F B
11/14/2020, 1:23 PM
Yeah, i can see them, but i want to inspect the build file that generates them 🙂
Axel-F B
11/14/2020, 1:23 PM
but i cant find anything 😕
m
Marc Knaup
11/14/2020, 1:25 PM
That code is scattered across the Kotlin code repository. E.g. here:
https://github.com/JetBrains/kotlin/tree/7fe02238ea89061d6c304bad8e1087377ee5739e/libraries/tools/kotlin-gradle-plugin/src/main/kotlin/org/jetbrains/kotlin/gradle/targets/js/ir
a
Axel-F B
11/14/2020, 1:28 PM
Ah, thank you, that repository is exactly what i was looking for! 🙂
2
Views
Open in Slack
Previous
Next