How can I use graalvm in a project with multiple s...
# gradle
j
How can I use graalvm in a project with multiple subprojects? I’ve added the plugin to my
settings.gradle
but I’m still receiving
Plugin with id 'org.graalvm.buildtools.native' not found.
s
When you say you’ve added it to
settings.gradle
, do you mean that you followed the instructions in the docs about adding an additional plugin repository?
That would be required in addition to adding the plugin to your
build.gradle(.kts)
as normal
Also, sounds like this question might be a general Gradle question rather than a Kotlin specific one, so this might not be the best place to ask it