You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: