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.
6 lines
169 B
XML
6 lines
169 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project version="4">
|
|
<component name="CompilerConfiguration">
|
|
<bytecodeTargetLevel target="17" />
|
|
</component>
|
|
</project> |