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

KON-7 Add module and sourceSet parameters To KoScopeCreator.scopeFromPackage #113

Merged
merged 1 commit into from
May 4, 2023

Conversation

igorwojda
Copy link
Contributor

@igorwojda igorwojda commented May 4, 2023

Before
fun scopeFromPackage(packageName: String): KoScope

After
fun scopeFromPackage(packageName: String, module: String? = null, sourceSet: String? = null): KoScope

@jira-ticket-bot
Copy link

jira-ticket-bot bot commented May 4, 2023

@igorwojda igorwojda changed the title KON-108 Add Parameters To Scope From Package KON-108 Add module and sourceSet parameters To KoScopeCreator.scopeFromPackage May 4, 2023
@igorwojda igorwojda marked this pull request as ready for review May 4, 2023 14:46
@igorwojda igorwojda merged commit 3b15db7 into main May 4, 2023
@igorwojda igorwojda deleted the KON-108-add-parameters-to-scope-from-package branch May 4, 2023 14:49
@nataliapeterwas nataliapeterwas changed the title KON-108 Add module and sourceSet parameters To KoScopeCreator.scopeFromPackage KON-7 Add module and sourceSet parameters To KoScopeCreator.scopeFromPackage Oct 2, 2023
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.

1 participant