Hide non-public properties and functions
Open
api
refactor
- Dominant language
- Kotlin
- Stars
- 734
- Forks
- 51
- Avg merge
- 9h 52m
- Merged PRs (30d)
- 6
Description
Use [friend-paths](https://github.com/JetBrains/kotlin/blob/167ddc556dea55603876c1ef91c3319e4dd36284/compiler/testData/cli/jvm/extraHelp.out#L38) for improvement in our codebase security and encapsulation management
Contributor guide
Research direction
Start by reading the linked Kotlin example in compiler/testData/cli/jvm/extraHelp.out to understand friend-paths, then inspect the Multik codebase for non-public properties and functions. Done means applying friend-paths where appropriate so those members are hidden and encapsulation is improved.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kotlin
- Domain
- security
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100