Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
danbrough committed Mar 15, 2023
1 parent 0bd2d17 commit 3bb2a65
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ abstract class LibraryExtension(val project: Project) {


@XtrasDSLMarker
var deferToPrebuiltPackages: Boolean = true
var deferToPrebuiltPackages: Boolean =
project.findProperty("deferToPrebuiltPackages")?.toString()?.toBoolean() ?: true


/**
Expand Down

0 comments on commit 3bb2a65

Please sign in to comment.