Hi everyone,
I am working with a local jfrog artifactory and I made build.gradle.kts file and followed how to configure it to integrate with the local repo, now I heared that the shadow plugin is good for making fat jars also in kotlin so I decided to use it, I wrote the following line inside my dependencies block: compile("shadowshadow1.2.3") and it did pulled it from the local repo (can see the jar inside "external libraries" in intellij) but when I am trying to include the shadow plugin the build failed because it cannot find the shadow plugin which is very strange.
Anyone have any idea how to add the shadow plugin properly?