android / android-studio-poet

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

Create Kotlin generators for Android Activity #151

Closed chao2zhang closed 2 years ago

chao2zhang commented 2 years ago

Summary

Jetpack Compose only supports Kotlin, however, Activity can only be generated in Java as of today.

This PR adds the functionally to generate Activity in Kolin if kotlinPackageCount/useKotlin is true.

Testing

Tested the generated project with dataBindingConfig enabled and disabled. In both cases, I was able to run the app without encountering compilation errors.

borisf commented 2 years ago

Thanks