aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources
diff options
context:
space:
mode:
authorJuuxel <6596629+Juuxel@users.noreply.github.com>2021-07-26 14:14:31 +0300
committerGitHub <noreply@github.com>2021-07-26 12:14:31 +0100
commitb558ee1a4604a0fbf0eba8edab401f2a831e4fb6 (patch)
tree87ec664d91a2a16bd5f07c4c38513d929cb3552c /src/test/resources
parentef2816b0d0f8a89a05445ab22abe82c28f8ffd06 (diff)
downloadarchitectury-loom-b558ee1a4604a0fbf0eba8edab401f2a831e4fb6.tar.gz
architectury-loom-b558ee1a4604a0fbf0eba8edab401f2a831e4fb6.tar.bz2
architectury-loom-b558ee1a4604a0fbf0eba8edab401f2a831e4fb6.zip
Fix loom.accessWidener being a read-only property in Kotlin (#447)
* Re-enable Kotlin test because the related bug has been fixed * Fix loom.accessWidener being a read-only property in Kotlin * Remove Kotlin test exclusions
Diffstat (limited to 'src/test/resources')
-rw-r--r--src/test/resources/projects/kotlin/build.gradle.kts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/resources/projects/kotlin/build.gradle.kts b/src/test/resources/projects/kotlin/build.gradle.kts
index 5330c341..50c0c6b6 100644
--- a/src/test/resources/projects/kotlin/build.gradle.kts
+++ b/src/test/resources/projects/kotlin/build.gradle.kts
@@ -1,7 +1,7 @@
import java.util.Properties
plugins {
- kotlin("jvm") version "1.4.31"
+ kotlin("jvm") version "1.5.21"
id("fabric-loom")
}
@@ -16,5 +16,5 @@ dependencies {
minecraft(group = "com.mojang", name = "minecraft", version = "1.16.5")
mappings(group = "net.fabricmc", name = "yarn", version = "1.16.5+build.5", classifier = "v2")
modImplementation("net.fabricmc:fabric-loader:0.11.2")
- modImplementation(group = "net.fabricmc", name = "fabric-language-kotlin", version = "1.5.0+kotlin.1.4.31")
+ modImplementation(group = "net.fabricmc", name = "fabric-language-kotlin", version = "1.6.3+kotlin.1.5.21")
} \ No newline at end of file