diff --git a/composeApp/build.gradle.kts b/composeApp/build.gradle.kts index f2b4bf9..84a9b33 100644 --- a/composeApp/build.gradle.kts +++ b/composeApp/build.gradle.kts @@ -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 } diff --git a/iosApp/iosApp/ContentView.swift b/iosApp/iosApp/ContentView.swift index 3cd5c32..1a7ee18 100644 --- a/iosApp/iosApp/ContentView.swift +++ b/iosApp/iosApp/ContentView.swift @@ -1,6 +1,6 @@ import UIKit import SwiftUI -import ComposeApp +import BankmeisterFramework struct ComposeView: UIViewControllerRepresentable { func makeUIViewController(context: Context) -> UIViewController {