touchlab / KMMBridgeKickStart

Apache License 2.0
32 stars 4 forks source link

Don't explicitly specify manifest location #29

Closed samhill303 closed 2 years ago

samhill303 commented 2 years ago

The line sourceSets["main"].manifest.srcFile("src/androidMain/AndroidManifest.xml") might not be needed anymore. There should be a default place manifests are supposed to go

JuliaJakubcova commented 2 years ago

By default it wants the manifest to be in src/main/AndroidManifest, but we have androidMain instead because of the multiplatform.

samhill303 commented 2 years ago

Lets move it back to the default location in main and clean up the gradle