Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support dependencies between sqldelight modules #1229

Merged
merged 1 commit into from Feb 24, 2019

Conversation

AlecKazakova
Copy link
Collaborator

Closes #502

@AlecKazakova AlecKazakova force-pushed the astrong/2019-02-23/module-dependencies branch from 679179f to 9f957ec Compare February 23, 2019 21:55
throw IllegalStateException("Found a circular dependency in $project with database $name")
}
recursionGuard = true

val packageName = requireNotNull(packageName) { "property packageName must be provided" }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm a bit uneasy about having code between setting the value to true and the try/finally. Can we move this to the top of the function?

@AlecKazakova AlecKazakova force-pushed the astrong/2019-02-23/module-dependencies branch from 9f957ec to c70451c Compare February 24, 2019 12:25
@AlecKazakova AlecKazakova changed the base branch from astrong/2019-02-23/better-gradle-dsl to master February 24, 2019 12:25
@AlecKazakova AlecKazakova force-pushed the astrong/2019-02-23/module-dependencies branch from c70451c to a5764cc Compare February 24, 2019 12:27
@AlecKazakova AlecKazakova merged commit bf56253 into master Feb 24, 2019
@AlecKazakova AlecKazakova deleted the astrong/2019-02-23/module-dependencies branch February 24, 2019 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants