Use resource file from Gradle plugin
I’m currently developing a small shared plugin for few projects and the cleanest solution would be if I could read and process a resource file provided by the plugin. However, Java/Kotlin style this.javaClass.getResouce(...)
always returns null