Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Kotlin-gradle-publin declared twice with different versions #8

Closed
denebchorny opened this issue Mar 20, 2020 · 1 comment · Fixed by #9
Closed

Kotlin-gradle-publin declared twice with different versions #8

denebchorny opened this issue Mar 20, 2020 · 1 comment · Fixed by #9

Comments

@denebchorny
Copy link

In this file, you had declared two times the kotlin-gradle-plugin.
https://github.com/tunjid/Android-Extensions/blob/develop/build.gradle

classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.61'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

This typo is nothing. But, Your code is fantastic. I am following step by step to grab some good practices. Then, I saw these two lines that distracted me a little

@tunjid
Copy link
Owner

tunjid commented Mar 22, 2020

👍 Thanks for pointing that out, will fix it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants