This message was deleted.
# plugin-development
s
This message was deleted.
m
wouldn't importing the method directly work?
all of your Kotlin code should be on the
settings.gradle
/
settings.gradle.kts
script classpath so you could just do
import com.example.foo.myMethod
and call it?
v
Amazing how everyone commenting does not really read the question. :-D I answered on SO
🙏 1