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

Fix: use unique class names for "ExtensionAccessors" #121

Merged
merged 1 commit into from
Mar 9, 2021

Conversation

tkrullmann
Copy link
Member

@tkrullmann tkrullmann commented Mar 9, 2021

These files must be in the package org.gradle.kotlin.dsl so they do not have be imported in Gradle scripts. However, now that there are two plugin libraries defining that class, they have to use a unique class name to avoid collisions.

fixes #116

These files must be in the package org.gradle.kotlin.dsl so they do not have be imported in Gradle scripts. However, now that there are two plugin libraries defining that class, they have to use a unique class name to avoid collisions.
@tkrullmann tkrullmann merged commit 5345d2a into master Mar 9, 2021
@tkrullmann tkrullmann deleted the fix/duplicate-classname-extension-accessors branch March 9, 2021 20:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Linting fails after upgrade to 1.6.0
1 participant