-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
I've been reading your guide, pretty cool summary. I got hung up on this suggestion, could you please expand on it a bit more or link to some resources?
Don't use Kotlin lambdas in your public API
Why is that? What will break?
Gradle enhances the bytecode at runtime to provide a nicer DSL experience for users of your plugin.
That's great, but what if my users are using includeBuild(gradle/plugins), at that point my plugin will be a normal dependency and Gradle doesn't provide a nice DSL magic transformation. Any suggestion to support both?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels