-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade to Kotlin 2.0.0, add Compose compiler (#121)
* feature: Migrate to kotlin 2.0.0 & Compose compiler * Sync podspec * Fix build errors * Fix building iOS sample app * Add `pod install` * Add `./gradlew :sample:composeApp:generateDummyFramework` --------- Co-authored-by: Raph <[email protected]> Co-authored-by: Alex Shepeliev <[email protected]>
- Loading branch information
1 parent
c7bf42f
commit 0ae6d01
Showing
15 changed files
with
196 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,4 @@ captures | |
xcuserdata | ||
.externalNativeBuild | ||
.cxx | ||
.kotlin/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Uncomment the next line to define a global platform for your project | ||
platform :ios, '13.0' | ||
|
||
target 'iosApp' do | ||
# Comment the next line if you don't want to use dynamic frameworks | ||
use_frameworks! | ||
|
||
# Pods for iosApp | ||
pod 'composeApp', :path => '../composeApp' | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
PODS: | ||
- composeApp (1.0): | ||
- WebRTC-SDK (= 125.6422.02) | ||
- WebRTC-SDK (125.6422.02) | ||
|
||
DEPENDENCIES: | ||
- composeApp (from `../composeApp`) | ||
|
||
SPEC REPOS: | ||
trunk: | ||
- WebRTC-SDK | ||
|
||
EXTERNAL SOURCES: | ||
composeApp: | ||
:path: "../composeApp" | ||
|
||
SPEC CHECKSUMS: | ||
composeApp: b5af1c46ec9d310a2934e8ca55a13d300d59368c | ||
WebRTC-SDK: 5319b8964f453c5ea6030d93c345082c4f40aa1c | ||
|
||
PODFILE CHECKSUM: 93cb910915abe7895a05e1dca8ba57520db8947f | ||
|
||
COCOAPODS: 1.15.2 |
Oops, something went wrong.