w_bianrytree
11/13/2021, 9:32 AMBig Chungus
11/13/2021, 10:01 AMturansky
11/13/2021, 10:53 AMturansky
11/13/2021, 10:54 AMGrégory Lureau
11/15/2021, 8:13 AMturansky
11/15/2021, 9:47 AMBig Chungus
11/15/2021, 9:49 AMturansky
11/15/2021, 9:49 AMStylianos Gakis
02/22/2022, 4:52 PMimport org.jetbrains.kotlin.gradle.tasks.Kotlin2JsCompile
while writing the plugin. What would I need to have in the build.gradle.kts file of it to be able to resolve this?
Currently have started with a diff like this but I am in super unknown waters for me, and it doesn’t help that every single resource I can find online for custom plugins is using groovy and I can’t make sense of it really 😄turansky
02/22/2022, 5:41 PMStylianos Gakis
02/23/2022, 8:43 AMKotlin2JsCompile
!
Now I am trying to put this plugin inside my project repo, and somehow have my project use this plugin. Do you have a sample project that does just that?
Again googling around for problems that I have little understanding of prove to be insanely difficult unfortunately 😕 To my understanding I shouldn’t have to dabble in any of the ivy/mavenLocal etc. things to use my plugin locally, and my gradlePlugin {}
declaration should suffice but I can’t quite get it to workturansky
02/23/2022, 12:16 PMbuildSrc
with less overheadturansky
02/23/2022, 12:17 PM