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

Add kotlin dirs to main and test sourceSets #91

Merged
merged 4 commits into from
Jun 26, 2021

Conversation

ikarenkov
Copy link
Collaborator

No description provided.

@@ -41,6 +44,9 @@ fun androidLibraryFeatureDefinition(
feature.manifestPlaceholders
)

sourceSets["main"].java.srcDirs("src/main/kotlin")
sourceSets["test"].java.srcDirs("src/test/kotlin")
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe add androidTest as well?

@ikarenkov ikarenkov merged commit b13884c into master Jun 26, 2021
@ikarenkov ikarenkov deleted the karenkovigor/kotlinSrc branch June 26, 2021 10:18
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

3 participants