Skip to content

Commit

Permalink
added kotlin version property to gradle.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinsdar committed Sep 29, 2024
1 parent 6946905 commit 9a6bc3f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
id "dev.architectury.loom" version "1.6-SNAPSHOT" apply(false)
id "com.github.johnrengelman.shadow" version "7.0.0" apply(false)
// Adds the Kotlin Gradle plugin
id 'org.jetbrains.kotlin.jvm' version '1.8.21'
id 'org.jetbrains.kotlin.jvm' version "${kotlin_version}"
id 'org.jetbrains.kotlin.plugin.lombok' version '2.0.20'
}

Expand Down
3 changes: 3 additions & 0 deletions fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ dependencies{
modCompileOnly("curse.maven:the-one-probe-fabric-581847:${project.top_fabric_file}")
modCompileOnly "lol.bai.megane:megane-reborn-energy:${project.megane_version}"
modCompileOnly "lol.bai.megane:megane-api:${project.megane_version}"
//include("org.jetbrains.kotlin:kotlin-reflect:${kotlin.coreLibrariesVersion}")
//include("org.jetbrains.kotlin:kotlin-stdlib:${kotlin.coreLibrariesVersion}")
//include("org.jetbrains.kotlin:kotlin-stdlib-common:${kotlin.coreLibrariesVersion}")
}

architectury {
Expand Down
3 changes: 3 additions & 0 deletions forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ dependencies {
minecraftRuntimeLibraries(group: 'com.github.Speiger', name: 'Primitive-Collections', version: '[0.8,0.9)')
modImplementation("dev.latvian.mods:kubejs-forge:${rootProject.kubejs_version}")
modImplementation("curse.maven:the-one-probe-245211:${rootProject.top_forge_file}")
//include("org.jetbrains.kotlin:kotlin-reflect:${kotlin.coreLibrariesVersion}")
//include("org.jetbrains.kotlin:kotlin-stdlib:${kotlin.coreLibrariesVersion}")
//include("org.jetbrains.kotlin:kotlin-stdlib-common:${kotlin.coreLibrariesVersion}")
}

processResources {
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ resourcefullib_version=0.0.5
structurelib_version=2.0.0-pre10
carbon_config_fabric_version=ec9yfAHJ
carbon_config_forge_version=L3ipBBnb
kotlin_version=1.8.21

tesseract_version=2dffdd1914

Expand Down

0 comments on commit 9a6bc3f

Please sign in to comment.