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

I removed depricated plugin #186

Merged
merged 1 commit into from
Oct 5, 2023
Merged

I removed depricated plugin #186

merged 1 commit into from
Oct 5, 2023

Conversation

yopilot
Copy link
Contributor

@yopilot yopilot commented Oct 3, 2023

  plugins {
      kotlin("android.extensions")
  }

and used google recommendedandroid
{
...
buildFeatures {
viewBinding = true
}
}

refer this https://developer.android.com/topic/libraries/view-binding/migration#kts

      plugins {
          kotlin("android.extensions")
      }
and used google recommendedandroid
{
                               ...
                               buildFeatures {
                                   viewBinding = true
                               }
                           }

refer this https://developer.android.com/topic/libraries/view-binding/migration#kts
@yopilot
Copy link
Contributor Author

yopilot commented Oct 3, 2023

#184 solved but please assign me any hacktoberfest issue I am working on #175

@hieuwu
Copy link
Owner

hieuwu commented Oct 5, 2023

The linked isssue for this one is marked with hacktoberfest tag. This pr is also accepted. #175 is completed by another one so this is still accepted

@hieuwu hieuwu merged commit 2508cc2 into hieuwu:main Oct 5, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants