Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Let Kotlin DSL gracefully handle lambdas registered as extensions (5.6.3) #11014

Merged
merged 2 commits into from Oct 11, 2019

Commits on Oct 11, 2019

  1. Gracefully handle lambdas registered as extensions

    and coverage for lost type info with typed Java and Kotlin lambdas
    
    Signed-off-by: Paul Merlin <paul@gradle.com>
    eskatos committed Oct 11, 2019
    Copy the full SHA
    6516f3a View commit details
    Browse the repository at this point in the history
  2. Prefer @classpath over @CompileClasspath for Kotlin classpath

    as Kotlin metadata is stored as resources and required by compilation
    
    Signed-off-by: Paul Merlin <paul@gradle.com>
    eskatos committed Oct 11, 2019
    Copy the full SHA
    7baa2a9 View commit details
    Browse the repository at this point in the history