Update build.gradle

This commit is contained in:
InsanusMokrassar 2023-02-20 00:19:27 +06:00 committed by GitHub
parent 85455ab21c
commit 2d68321503
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@ apply from: "$mppProjectWithSerializationPresetPath"
kotlin {
sourceSets {
jvmMain {
dependsOn androidMain
androidMain {
dependsOn jvmMain
}
}
}