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 kotlinCompilerPlugin property #2396

Merged
merged 2 commits into from
Oct 24, 2022
Merged

Conversation

igordmn
Copy link
Collaborator

@igordmn igordmn commented Oct 12, 2022

Support multiple versions of Kotlin PR breaks kotlinCompilerPlugin feature.

customPluginString isn't set at the moment of plugin applying (or Provider's initialization), so we need to read it only when the artifact is requested.

[Support multiple versions of Kotlin PR](#2366) breaks `kotlinCompilerPlugin` feature.

`customPluginString` isn't set at the moment of plugin applying (or Provider's initialization), so we need to read it only when the artifact is requested.
@igordmn igordmn merged commit 0c8c752 into master Oct 24, 2022
@igordmn igordmn deleted the fixKotlinChosingWithCustomPlugin branch October 24, 2022 14:20
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.

None yet

2 participants