Skip to content

Commit

Permalink
Updated to latest stable KorGE and Gradle versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
nikos committed Jan 29, 2020
1 parent 06c6e90 commit e1f89be
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
/build
*.iml
*.hprof
*.log
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ It uses the [KorGE](https://korge.soywiz.com/) - Modern Multiplatform Game Engin
You can find my older version based on the [LibGDX](https://libgdx.badlogicgames.com/) framework [here](https://github.com/TobseF/HitKlack_LibGDX).

[![BCH compliance](https://bettercodehub.com/edge/badge/TobseF/HitKlack?branch=master)](https://bettercodehub.com/)
[![Kotlin Native](https://img.shields.io/badge/Kotlin_Native-1.3.21-blue.svg)](http://kotlinlang.org)
[![Kotlin Native](https://img.shields.io/badge/Kotlin_Native-1.3.61-blue.svg)](http://kotlinlang.org)

# Build & Run

To build and run you need at least **Gradle 5.1**:
To build and run you need at least **Gradle 5.5**:

Check that Gradle is running with a `1.8 JVM`:
In IntelliJ _Settings/Build, Execution, Deployment > Build Tools/Gradle > **Gradle JVM**_
Expand Down Expand Up @@ -139,7 +139,7 @@ delegates gradle tasks to that gradle project.

## Compiling for iOS

You will need XCode and to download the iOS SDKs using Xcode.
You will need XCode (minimal spport version 11.0) and to download the iOS SDKs using Xcode.

Using gradle tasks on the terminal:

Expand Down
7 changes: 3 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
import com.soywiz.korge.gradle.GameCategory
import com.soywiz.korge.gradle.Orientation
import com.soywiz.korge.gradle.korauVersion
import com.soywiz.korge.gradle.korge

buildscript {
repositories {
mavenLocal()
maven { url = uri("https://dl.bintray.com/soywiz/soywiz") }
maven { url = uri("https://dl.bintray.com/korlibs/korlibs") }
maven { url = uri("https://plugins.gradle.org/m2/") }
mavenCentral()
}
dependencies {
classpath("com.soywiz:korge-gradle-plugin:1.2.0")
classpath("com.soywiz.korlibs.korge.plugins:korge-gradle-plugin:1.5.6.0")
}
}

Expand All @@ -30,5 +29,5 @@ korge {

orientation = Orientation.PORTRAIT

dependencyMulti("com.soywiz:korau-mp3:$korauVersion")
//dependencyMulti("com.soywiz:korau-mp3:$korauVersion")
}
Binary file added gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
5 changes: 5 additions & 0 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Empty file modified gradlew
100644 → 100755
Empty file.

0 comments on commit e1f89be

Please sign in to comment.