Skip to content

V0.22.1

Compare
Choose a tag to compare
@kageiit kageiit released this 23 Jun 02:47
· 573 commits to master since this release

Enhancements

  • Add option to exclude some resources from aapt (#455). This can speedup builds by excluding resource configs that are not useful for debug builds. This is similar to resConfigs
  • Add support for Android Kotlin modules (#458)
  • Add support for Mixed Kotlin/Java modules (#459)

Notes

  • Mixed Kotlin/Java modules only work with kotlin 1.1.3 and above.