update to 1.3.40 (#60)
* update to 1.3.40-eap skipped current stable (1.3.31) because of https://youtrack.jetbrains.com/issue/KT-30132 * update to 1.3.40
This commit is contained in:
parent
7aa0a3ef37
commit
85b8fd917b
|
@ -2,7 +2,7 @@
|
||||||
Fork of [Emberwalker's Forgelin](https://github.com/Emberwalker/Forgelin).
|
Fork of [Emberwalker's Forgelin](https://github.com/Emberwalker/Forgelin).
|
||||||
|
|
||||||
## Additions
|
## Additions
|
||||||
- Shades the Kotlin standard library, runtime, and reflect libraries so you don't have to.
|
- Shades the Kotlin standard library, runtime, coroutines-core, and reflect libraries so you don't have to.
|
||||||
- Provides a Forge `ILanguageAdapter` for using Kotlin `object` classes as your main mod class.
|
- Provides a Forge `ILanguageAdapter` for using Kotlin `object` classes as your main mod class.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
mod_version = 1.8.2
|
mod_version = 1.8.3
|
||||||
group = net.shadowfacts
|
group = net.shadowfacts
|
||||||
archivesBaseName = Forgelin
|
archivesBaseName = Forgelin
|
||||||
|
|
||||||
|
@ -6,6 +6,6 @@ mc_version = 1.12.2
|
||||||
mcp_mappings = snapshot_20180609
|
mcp_mappings = snapshot_20180609
|
||||||
forge_version = 14.23.4.2705
|
forge_version = 14.23.4.2705
|
||||||
|
|
||||||
kotlin_version = 1.3.10
|
kotlin_version = 1.3.40
|
||||||
annotations_version = 16.0.3
|
annotations_version = 16.0.3
|
||||||
coroutines_version = 1.0.1
|
coroutines_version = 1.2.1
|
||||||
|
|
|
@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-bin.zip
|
||||||
|
|
Loading…
Reference in New Issue