From dd95d0f80c7723a9e740c063fbe3c6000ae31e47 Mon Sep 17 00:00:00 2001 From: thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> Date: Fri, 26 Feb 2021 08:28:01 -0800 Subject: Kotlin for Forge 1.10.0 --- .../1.10.0/kotlinforforge-1.10.0.pom | 59 ++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 thedarkcolour/kotlinforforge/1.10.0/kotlinforforge-1.10.0.pom (limited to 'thedarkcolour/kotlinforforge/1.10.0/kotlinforforge-1.10.0.pom') diff --git a/thedarkcolour/kotlinforforge/1.10.0/kotlinforforge-1.10.0.pom b/thedarkcolour/kotlinforforge/1.10.0/kotlinforforge-1.10.0.pom new file mode 100644 index 0000000..0015fce --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.10.0/kotlinforforge-1.10.0.pom @@ -0,0 +1,59 @@ + + + 4.0.0 + thedarkcolour + kotlinforforge + 1.10.0 + + + org.jetbrains.kotlin + kotlin-stdlib + 1.4.31 + compile + + + org.jetbrains.kotlin + kotlin-stdlib-jdk7 + 1.4.31 + compile + + + org.jetbrains.kotlin + kotlin-stdlib-jdk8 + 1.4.31 + compile + + + org.jetbrains.kotlin + kotlin-reflect + 1.4.31 + compile + + + org.jetbrains + annotations + 20.1.0 + compile + + + org.jetbrains.kotlinx + kotlinx-coroutines-core + 1.4.2 + compile + + + org.jetbrains.kotlinx + kotlinx-coroutines-jdk8 + 1.4.2 + compile + + + org.jetbrains.kotlinx + kotlinx-serialization-json + 1.1.0 + compile + + + -- cgit