Hi, is where any way to look into source code of G...
# announcements
n
Hi, is where any way to look into source code of Gradle task(s) added by plugin ( I mean Kotlin-Multiplatform and I guess Android plugins )?
b
What I usually do is importing the task into build.gradle.kts and then CTRL+B onto it
m
Hmm. Do you mean by looking at the source code of the plugin? Most are on Github these days. Or above suggestion.
b
you can get the class of the task via
gradle model
n
Thank you. I will try those suggestions. I want to know what exactly task do, so I guess I need code of task. If it is possible only looking into whole plugin, when - yes, plugin sources.
@Big Chungus Build.gradle.kts - it’s usual build.gradle but on Kotlin instead groovy? Can you please, explain what do you mean importing task? Where is a command for it?
Never mind I found answer
b
You were right 😄
Glad you found the answer