mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2025-04-23 22:57:22 +02:00
move the kotlin files in a separate kotlin folder
This commit is contained in:
parent
c6f7a4b548
commit
40b547921d
@ -26,6 +26,10 @@ android {
|
|||||||
signingConfig signingConfigs.release
|
signingConfig signingConfigs.release
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
sourceSets {
|
||||||
|
main.java.srcDirs += 'src/main/kotlin'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user