Update build.gradle

This commit is contained in:
2023-02-20 00:19:27 +06:00
committed by GitHub
parent 85455ab21c
commit 2d68321503

View File

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