Skip to content

Commit

Permalink
feat: removed deprecated method
Browse files Browse the repository at this point in the history
  • Loading branch information
kikoso committed Sep 19, 2023
1 parent 5998cc2 commit d90b12f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion maps-utils-ktx/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ android {
}

libraryVariants.configureEach {
it.generateBuildConfig.enabled = false
it.generateBuildConfigProvider.configure {
it.enabled = true
}
}

compileOptions {
Expand Down

0 comments on commit d90b12f

Please sign in to comment.