Skip to content

Commit

Permalink
Merge pull request #85 from tresat/tt/fix-app-to-run
Browse files Browse the repository at this point in the history
Fix app building and running with Gradle 8.1.1
  • Loading branch information
VictorKabata committed Jul 6, 2023
2 parents 530b95a + 946064b commit fea465e
Show file tree
Hide file tree
Showing 31 changed files with 266 additions and 1,780 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@
.externalNativeBuild
.cxx
local.properties

#Cocopods
app-iOS/Pods/
app-iOS/Podfile.lock
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ An android and desktop app built using [Kotlin Multiplatforom](https://kotlinlan
## Table Of Content

- [Prerequisite](##prerequisite)
- [Running](##running)
- [Pros of KMP/KMM](##pros-of-kmpkmm)
- [App Structure](##app-structure)
- [1. androidApp](###1-androidapp)
Expand Down Expand Up @@ -51,6 +52,20 @@ An android and desktop app built using [Kotlin Multiplatforom](https://kotlinlan

// ToDo

## Running

Set up the `local.properties` file in the project's root directory (if it doesn't already exist) by adding the following properties:

```properties
api_key=<YOUR TMDB API KEY>
```

Run with the following command:

```bash
./gradlew run
```

## Pros of KMP/KMM

- Faster development since you only need to write most of the business logic and tests only once.
Expand Down
31 changes: 0 additions & 31 deletions app-iOS/Pods/Local Podspecs/shared.podspec.json

This file was deleted.

27 changes: 0 additions & 27 deletions app-iOS/Pods/Manifest.lock

This file was deleted.

958 changes: 0 additions & 958 deletions app-iOS/Pods/Pods.xcodeproj/project.pbxproj

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit fea465e

Please sign in to comment.