Closed yopilot closed 1 year ago
plugins { kotlin("android.extensions") }
and used google recommendedandroid { ... buildFeatures { viewBinding = true } }
refer this https://developer.android.com/topic/libraries/view-binding/migration#kts
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
and used google recommendedandroid { ... buildFeatures { viewBinding = true } }
refer this https://developer.android.com/topic/libraries/view-binding/migration#kts