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

Visibility fix for internal members #180

Merged
merged 3 commits into from
Jan 14, 2020

Conversation

vbuberen
Copy link
Collaborator

@vbuberen vbuberen commented Jan 7, 2020

📄 Context

Fixes #179

📝 Changes

@@ -8,7 +8,7 @@ android {
compileSdkVersion rootProject.compileSdkVersion

compileOptions {
kotlinOptions.freeCompilerArgs += ['-module-name', "com.github.ChuckerTeam.Chucker.library-no-op"]
Copy link
Member

Choose a reason for hiding this comment

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

++

Choose a reason for hiding this comment

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

Unfamiliar with what's going on here. Can someone explain?

Copy link
Member

Choose a reason for hiding this comment

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

Sure. This was a fix I introduced for #134 (in #146). I accidentally copy and pasted the same line for library and library-no-op without adapting the module name to the proper artifact name.

@vbuberen vbuberen marked this pull request as ready for review January 7, 2020 19:25
@vbuberen
Copy link
Collaborator Author

@cortinico This PR is ready for review.

Copy link
Member

@cortinico cortinico left a comment

Choose a reason for hiding this comment

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

LGTM 🚢

@cortinico cortinico merged commit ffb674f into ChuckerTeam:develop Jan 14, 2020
@vbuberen vbuberen deleted the fix/visibility branch January 17, 2020 22:01
kmayoral pushed a commit to kmayoral/chucker that referenced this pull request Jan 21, 2020
* Fix visibility modifiers for internal package members

* Fix typo in module name, replace deprecated methods

* Fix for detekt issues
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.

Internal classes are visible to outsiders
3 participants