rickclephas / KMP-ObservableViewModel

Library to use AndroidX/Kotlin ViewModels with SwiftUI
MIT License
569 stars 29 forks source link

Android target includes a BuildConfig class #42

Closed chrisbanes closed 1 year ago

chrisbanes commented 1 year ago

Just letting you know that the Android includes the generated BuildConfig class. Libraries should avoid exporting these as they can easily clash with in application projects.

You can disable it globally by setting android.defaults.buildfeatures.buildconfig = false in your gradle.properties

rickclephas commented 1 year ago

Thanks again for the PR, it has been released in v1.0.0-ALPHA-12.