init
This commit is contained in:
commit
aebc802b88
54 changed files with 1598 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
package moe.lava.banksia
|
||||
|
||||
import androidx.compose.ui.window.ComposeUIViewController
|
||||
|
||||
fun MainViewController() = ComposeUIViewController { App() }
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
package moe.lava.banksia.native.maps
|
||||
|
||||
import androidx.compose.runtime.Composable
|
||||
import androidx.compose.ui.Modifier
|
||||
|
||||
@Composable
|
||||
actual fun Maps(
|
||||
modifier: Modifier,
|
||||
markers: List<Marker>
|
||||
) {
|
||||
TODO("Not yet implemented")
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue