@@ -87,11 +87,11 @@ kotlin {
8787 implementation(libs.datastore)
8888 }
8989
90- iosMain.dependencies {
91- implementation(libs.sqldelight.native.driver)
92- compileOnly(libs.jetbrains.atomicfu)
93- api(libs.jetbrains.atomicfu)
94- }
90+ // iosMain.dependencies {
91+ // implementation(libs.sqldelight.native.driver)
92+ // compileOnly(libs.jetbrains.atomicfu)
93+ // api(libs.jetbrains.atomicfu)
94+ // }
9595
9696 val commonTest by getting {
9797 dependencies {
@@ -106,41 +106,41 @@ kotlin {
106106 }
107107 }
108108
109- val whisperFrameworkPath = file(" ${projectDir} /../iosApp/whisper.xcframework" )
110- iosSimulatorArm64 {
111- compilations.getByName(" main" ) {
112- val whisper by cinterops.creating {
113- defFile(project.file(" src/nativeInterop/cinterop/whisper.def" ))
114- compilerOpts(
115- " -I${whisperFrameworkPath} /ios-arm64_x86_64-simulator/whisper.framework/Headers" ,
116- " -F${whisperFrameworkPath} "
117- )
118- }
119- }
120- }
121- iosArm64 {
122- compilations.getByName(" main" ) {
123- val whisper by cinterops.creating {
124- defFile(project.file(" src/nativeInterop/cinterop/whisper.def" ))
125- compilerOpts(
126- " -I${whisperFrameworkPath} /ios-arm64/whisper.framework/Headers" ,
127- " -F$whisperFrameworkPath "
128- )
129- }
130- }
131- }
132-
133- iosX64 {
134- compilations.getByName(" main" ) {
135- val whisper by cinterops.creating {
136- defFile(project.file(" src/nativeInterop/cinterop/whisper.def" ))
137- compilerOpts(
138- " -I${whisperFrameworkPath} /ios-arm64_x86_64-simulator/whisper.framework/Headers" ,
139- " -F$whisperFrameworkPath "
140- )
141- }
142- }
143- }
109+ // val whisperFrameworkPath = file("${projectDir}/../iosApp/whisper.xcframework")
110+ // iosSimulatorArm64 {
111+ // compilations.getByName("main") {
112+ // val whisper by cinterops.creating {
113+ // defFile(project.file("src/nativeInterop/cinterop/whisper.def"))
114+ // compilerOpts(
115+ // "-I${whisperFrameworkPath}/ios-arm64_x86_64-simulator/whisper.framework/Headers",
116+ // "-F${whisperFrameworkPath}"
117+ // )
118+ // }
119+ // }
120+ // }
121+ // iosArm64 {
122+ // compilations.getByName("main") {
123+ // val whisper by cinterops.creating {
124+ // defFile(project.file("src/nativeInterop/cinterop/whisper.def"))
125+ // compilerOpts(
126+ // "-I${whisperFrameworkPath}/ios-arm64/whisper.framework/Headers",
127+ // "-F$whisperFrameworkPath"
128+ // )
129+ // }
130+ // }
131+ // }
132+ //
133+ // iosX64 {
134+ // compilations.getByName("main") {
135+ // val whisper by cinterops.creating {
136+ // defFile(project.file("src/nativeInterop/cinterop/whisper.def"))
137+ // compilerOpts(
138+ // "-I${whisperFrameworkPath}/ios-arm64_x86_64-simulator/whisper.framework/Headers",
139+ // "-F$whisperFrameworkPath"
140+ // )
141+ // }
142+ // }
143+ // }
144144}
145145compose.resources {
146146 publicResClass = true
0 commit comments