usuiat / Zoomable

Jetpack Compose library that enables contents zooming with pinch gesture.
https://usuiat.github.io/Zoomable/
Apache License 2.0
414 stars 21 forks source link

Disable buildfeatures.buildconfig in top level gradle.properties. #99

Closed usuiat closed 1 year ago

usuiat commented 1 year ago

Issue

StylianosGakis commented 1 year ago

Hmm I'm also not familiar with doing this through Gradle properties. You should be able to check easily by trying to import BuildConfig from your library in a sample project, then trying the same after applying this change.

usuiat commented 1 year ago

Thank you for confirming. I have also confirmed that a test project is no longer able to import net.engawapg.lib.zoomable.BuildConfig.

StylianosGakis commented 1 year ago

Amazing, thanks a lot!