Skip to content

Commit 8f0db06

Browse files
wh173d3v11IlyaGulya
authored andcommitted
Update README.md
Enable CInteropCommonization in gradle level.
1 parent 7df04f0 commit 8f0db06

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ buildscript {
4141
}
4242

4343
apply(plugin = "io.github.ttypic.swiftklib")
44+
```
45+
Add this to the project-level gradle.properties file (if it’s not already included).
46+
```properties
47+
#Kotlin Multiplatform
48+
kotlin.mpp.enableCInteropCommonization=true
49+
4450
```
4551

4652
## Usage

0 commit comments

Comments
 (0)