Compose Multiplatform Mobile project template

This commit is contained in:
Nikita Lipsky
2023-03-23 15:44:18 +04:00
commit a133881345
44 changed files with 1730 additions and 0 deletions

5
iosApp/Podfile Normal file
View File

@@ -0,0 +1,5 @@
target 'iosApp' do
use_frameworks!
platform :ios, '14.1'
pod 'shared', :path => '../shared'
end