You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<td>Controls how Unit-returning suspend functions are presented in Swift. When set to <code>proper</code>, such functions are translated to <code>async</code> Swift functions with the <code>Void</code> return type instead of <code>KotlinUnit</code>.</td>
258
-
<td>Enabled by default in 1.7.0</td>
256
+
<td>When <code>true</code>, issues errors in case name collisions occur during Objective-C export.</td>
257
+
<td></td>
258
+
</tr>
259
+
<tr>
260
+
<td><code>debugCompilationDir</code></td>
261
+
<td><code>String</code></td>
262
+
<td>Specifies the directory path to use for debug information in the compiled binary.</td>
263
+
<td></td>
264
+
</tr>
265
+
<tr>
266
+
<td><code>fixedBlockPageSize</code></td>
267
+
<td><code>UInt</code></td>
268
+
<td>Controls the page size for fixed memory blocks in the memory allocator. Affects memory allocation performance and fragmentation.</td>
0 commit comments