StarWars
Minimal GraphQL based Jetpack Compose, Wear Compose and SwiftUI Kotlin Multiplatform sample (using StarWars endpoint - https://graphql.org/swapi-graphql)
파일 탐색기
최종 버전 다운로드 (.zip)- android.yml
- build-and-publish-web.yml
- ios.yml
- StarWarsUITest.kt
- AppModule.kt
- FilmPreviewDataProvider.kt
- Color.kt
- Shape.kt
- Theme.kt
- Type.kt
- MainActivity.kt
- StarWarsApplication.kt
- ic_face.xml
- ic_movie.xml
- AndroidManifest.xml
- build.gradle.kts
- screenshot1.png
- Main.kt
- index.html
- build.gradle.kts
- gradle-wrapper.jar
- gradle-wrapper.properties
- libs.versions.toml
- Contents.json
- Contents.json
- Contents.json
- Contents.json
- ContentView.swift
- Info.plist
- iOSApp.swift
- StarWarsViewModel.swift
- Package.resolved
- IDEWorkspaceChecks.plist
- project.pbxproj
- IosAppTests.swift
- yarn.lock
- DefaultApplication.kt
- graph.kt
- main.kt
- model.kt
- application.yml
- .gitignore
- build.gradle.kts
- KoinAndroid.kt
- extra.graphqls
- Queries.graphql
- schema.graphqls
- Koin.kt
- StarWarsRepository.kt
- MockResponses.kt
- StarWarsRepositoryTest.kt
- KoiniOS.kt
- KoinJVM.kt
- Main.kt
- KoinWasm.kt
- build.gradle.kts
- AppModule.kt
- FilmList.kt
- PeopleList.kt
- Color.kt
- Theme.kt
- MainActivity.kt
- StarWarsApplication.kt
- ic_face.xml
- ic_movie.xml
- colors.xml
- styles.xml
- AndroidManifest.xml
- build.gradle.kts
- .gitignore
- build.gradle.kts
- gradle.properties
- gradlew
- gradlew.bat
- LICENSE
- README.md
- renovate.json
- settings.gradle.kts
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/joreilly/StarWars
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd StarWars
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Gradle (Java/Kotlin)
보통 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- JDK (Java) Java/Kotlin 프로젝트를 빌드/실행하려면 필요합니다.
- Gradle 레포에 포함된 gradlew(Gradle Wrapper)를 쓰면 Gradle을 따로 설치할 필요가 없습니다.
cd androidApp
이 프로젝트의 관련 파일이 하위 폴더 안에 있어서, 먼저 그 폴더로 이동합니다.
./gradlew build
Gradle로 빌드를 진행합니다.
BUILD SUCCESSFUL 메시지가 뜨면 성공입니다. build/ 폴더에 결과물이 생성됩니다.
// repository documentation
Was this content helpful?
(0 ratings)
