Ido Flax
01/26/2023, 7:15 AMimplementation("gradle.plugin.com.github.johnrengelman:shadow:7.1.2")
But i can’t reference ShadowJar class in my main plugin (binary) code
Any advice?gildor
01/26/2023, 7:19 AMIdo Flax
01/26/2023, 4:26 PMAdam S
01/26/2023, 4:33 PMShadowJar
class is compiled as static then it’s tough to use it from Kotlin or Java
there’s an overview of Groovy/Kotlin interop here: https://docs.gradle.org/current/userguide/kotlin_dsl.html#sec:interoperabilitygildor
01/26/2023, 4:58 PM