Skip to content

Instantly share code, notes, and snippets.

@codeforfun-jp
Created September 7, 2023 01:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codeforfun-jp/f433e11d08f2ea67870e28f887e71f30 to your computer and use it in GitHub Desktop.
Save codeforfun-jp/f433e11d08f2ea67870e28f887e71f30 to your computer and use it in GitHub Desktop.
How to Use View Binding with Java & Kotlin - 1
plugins {
/* 省略 */
}
android {
namespace = "com.example.sample"
compileSdk = 33
/* 省略 */
buildFeatures {
viewBinding = true
}
}
dependencies {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment