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

Update Android Gradle plugin to 4.1 version. #411

Merged
merged 6 commits into from
Dec 7, 2020

Conversation

Tapchicoma
Copy link
Collaborator

Breaking change as I used new api and dropped support for build variants meta tasks. New api does not provide such information.

Move all android related code to separate file - AndroidPluginsApplier.kt.

Use new AGP apis and simplify internal code.

Signed-off-by: Yahor Berdnikau <[email protected]>
Signed-off-by: Yahor Berdnikau <[email protected]>
Comment on lines 11 to 12
val commonMain by getting
val androidMain by getting
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are these still needed at all?

@@ -0,0 +1,108 @@
@file:Suppress("UnstableApiUsage")
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you apply this a bit more specifically?

Copy link
Owner

@JLLeitschuh JLLeitschuh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few small things.

@Tapchicoma
Copy link
Collaborator Author

@JLLeitschuh sorry for not addressing your review for a long time. Just did it, please check fixes.

Copy link
Owner

@JLLeitschuh JLLeitschuh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM Thanks!

@Tapchicoma Tapchicoma merged commit 10509e9 into JLLeitschuh:master Dec 7, 2020
@Tapchicoma Tapchicoma deleted the agp-41 branch December 7, 2020 21:40
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.

2 participants