Justin
10/12/2019, 4:17 PMtapchicoma
10/13/2019, 5:48 PMJustin
10/14/2019, 2:24 PMtapchicoma
10/14/2019, 3:01 PMtrevjones
10/14/2019, 4:32 PMapi
configuration of the buildSrc
project which enables that full loading ahead of time.
with those two things you can usually cmd+click into sources from your build files, or even just cmd+o to jump straight to a class that is defined within a plugin jar.Justin
10/15/2019, 2:02 AMbuild.gradle
(or build.gradle.kts
), then wouldn’t I want to do implementation
instead of api
? I wouldn’t want the plugin to be accessible to anyone using my library’s (the consumer of the plugin) artifactJustin
10/15/2019, 2:02 AM