Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ktor-client/ktor-client-webrtc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ kotlin {
moduleName = "WebRTC"
packageName = "WebRTC"
extraOpts += listOf("-compiler-option", "-fmodules")
extraOpts += listOf("-compiler-option", "-DTARGET_OS_VISION=0")
}

framework {
Expand Down