Fork of Emberwalker's Forgelin with some sprinkles on top.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Shadowfacts 7e582d39ee
Update Kotlin and Coroutines
4 years ago
gradle/wrapper update to 1.3.40 (#60) 4 years ago
src Only attempt to register event handlers for mods that use KotlinAdapter 5 years ago
.gitignore Initial Commit 7 years ago
LICENSE Add license 7 years ago
README.md update to 1.3.40 (#60) 4 years ago
build.gradle Fix kotlin-stdlib-jdk7/8 not being shadowed 4 years ago
gradle.properties Update Kotlin and Coroutines 4 years ago
gradlew Add Gradle wrapper 7 years ago
gradlew.bat Add Gradle wrapper 7 years ago

README.md

Forgelin

Fork of Emberwalker's Forgelin.

Additions

  • 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.

Usage

repositories {
	jcenter()
	maven {
		url "http://maven.shadowfacts.net/"
	}
}

dependencies {
	compile group: "net.shadowfacts", name: "Forgelin", version: "LATEST_VERSION"
}

All versions can be seen here.

Note: You must have the jcenter() call in your repositories block. JCenter is used to host the Kotlin coroutines libraries.