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

Upgrade Kotlin, AGP and the Gradle wrapper #43

Merged
merged 3 commits into from Nov 26, 2020
Merged

Upgrade Kotlin, AGP and the Gradle wrapper #43

merged 3 commits into from Nov 26, 2020

Conversation

vRallev
Copy link
Collaborator

@vRallev vRallev commented Nov 25, 2020

No description provided.

@@ -14,7 +14,6 @@ android {
dependencies {
api deps.recyclerview

implementation deps.kotlin_stdlib
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I remove the dependency because the Kotlin Gradle Plugin adds it by default.

@@ -306,7 +307,8 @@ private class MutationExtension<T : Any>(val spec: MutationExtensionSpec<T>) : E

override lateinit var data: RecyclerData<T>

internal fun setUpDragHandle(view: View) {
@SuppressLint("ClickableViewAccessibility")
fun setUpDragHandle(view: View) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why make this public? Doesn't seem related.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

It's redundant, because the class itself is private.

@vRallev vRallev merged commit dfaa0da into main Nov 26, 2020
@vRallev vRallev deleted the ralf/upgrades branch November 26, 2020 01:02
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