Investigate if it is possible to have `src/File@native.kt` instead of `src@native/File.kt`
- Dominant language
- Kotlin
- Stars
- 3k
- Forks
- 148
- Avg merge
- 13h 44m
- Merged PRs (30d)
- 1
Description
Could be possible to instead of:
```
src@native/File.kt
```
have:
```
src/File@native.kt
```
?
Could we autogenerate symbolic links somehow in a way that works? Would that require Kotlin support instead? That would help a lot. A lot of time is lost navigating with that many folders.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by examining how the project handles the existing src@native/File.kt layout and whether its build tooling or Kotlin support permits src/File@native.kt. Investigate whether symbolic links can be generated reliably across the supported targets. Done means documenting a workable approach or explaining why the requested layout cannot be supported.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kotlin
- Domain
- build-system, tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100