android / android-studio-poet

Large Android projects generator
Apache License 2.0
702 stars 85 forks source link

Fix compose project generation #155

Closed chao2zhang closed 2 years ago

chao2zhang commented 2 years ago
  1. Update compose.json config file to use the correct field name
  2. Do not generate xml layout files if compose is enabled
  3. Fix Kotlin version compatible with Compose
  4. Fix imports of Modifier.clickable
  5. Add a variant for databinding without kapt