combov2: Refer to correct comboctl source subdirectory in gradle script
Signed-off-by: Carlos Rafael Giani <crg7475@mailbox.org>
This commit is contained in:
parent
ede5ad1cda
commit
1e6b560199
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ android {
|
|||
namespace 'info.nightscout.comboctl'
|
||||
sourceSets {
|
||||
main {
|
||||
kotlin.srcDirs += ['src/commonMain', 'src/androidMain']
|
||||
kotlin.srcDirs += ['src/commonMain/kotlin', 'src/androidMain/kotlin']
|
||||
manifest.srcFile 'src/androidMain/AndroidManifest.xml'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue