chore: use src/main/kotlin source directories in :app

Kotlin-only reference repo — move the app's main/test/androidTest source roots
from src/main/java to src/main/kotlin (the core/feature modules already use kotlin).
Verified: :app:compileDebugKotlin produces MainActivity from src/main/kotlin.
This commit is contained in:
2026-06-10 11:27:32 +02:00
parent 10fa6dc9eb
commit 9ef0719447
12 changed files with 120 additions and 0 deletions

3
.idea/.gitignore generated vendored Normal file
View File

@@ -0,0 +1,3 @@
# Default ignored files
/shelf/
/workspace.xml