Renamed module / framework to Bankmeister
This commit is contained in:
parent
8707c5e3d7
commit
1f19da85f3
|
@ -22,11 +22,11 @@ kotlin {
|
|||
|
||||
|
||||
js {
|
||||
moduleName = "composeApp"
|
||||
moduleName = "Bankmeister"
|
||||
browser {
|
||||
val projectDirPath = project.projectDir.path
|
||||
commonWebpackConfig {
|
||||
outputFileName = "composeApp.js"
|
||||
outputFileName = "Bankmeister.js"
|
||||
devServer = (devServer ?: KotlinWebpackConfig.DevServer()).apply {
|
||||
static = (static ?: mutableListOf()).apply {
|
||||
// Serve sources to debug inside browser
|
||||
|
@ -54,7 +54,7 @@ kotlin {
|
|||
iosSimulatorArm64()
|
||||
).forEach { iosTarget ->
|
||||
iosTarget.binaries.framework {
|
||||
baseName = "ComposeApp"
|
||||
baseName = "BankmeisterFramework"
|
||||
isStatic = false
|
||||
}
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import UIKit
|
||||
import SwiftUI
|
||||
import ComposeApp
|
||||
import BankmeisterFramework
|
||||
|
||||
struct ComposeView: UIViewControllerRepresentable {
|
||||
func makeUIViewController(context: Context) -> UIViewController {
|
||||
|
|
Loading…
Reference in New Issue