Kotlin-dsl-samples: Script plugins can use static project extension accessors

Created on 20 Jul 2017  路  5Comments  路  Source: gradle/kotlin-dsl-samples

// plugin.gradle.kts
plugins {
  java
}

java {
  sourceCompatibility = JavaVersion.VERSION_1_7
}

Implementation notes

The plugins must not rely on the global environment in any way because they are going to be applied to a separate, synthetic project which won't share any information with the original.

feature kotlin-dsl-runtime content-assist ease-of-use plugin-support dropped

Most helpful comment

Any update on this?

All 5 comments

This will be great :)

@bamboo Is this supported yet?

No, not yet.

because they are going to be applied to a separate, synthetic project which won't share any information with the original

Can you explain this a bit better?

Any update on this?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

cbeams picture cbeams  路  5Comments

jaredsburrows picture jaredsburrows  路  3Comments

cbeams picture cbeams  路  3Comments

deeprim picture deeprim  路  4Comments

xmlking picture xmlking  路  3Comments