Skip to content

Commit

Permalink
remove in-dev fplib dep
Browse files Browse the repository at this point in the history
  • Loading branch information
FalsePattern committed Feb 12, 2025
1 parent 86e9108 commit 78d82c2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ repositories {
}

dependencies {
implementationSplit("com.falsepattern:falsepatternlib-mc1.7.10:1.5.9")
api("org.jetbrains.kotlin:kotlin-stdlib:${kotlinVersion}")
api("org.jetbrains.kotlin:kotlin-stdlib-jdk8:${kotlinVersion}")
api("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}")
Expand Down
13 changes: 7 additions & 6 deletions src/main/resources/META-INF/kotlindeps.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
],
"dependencies": {
"always": {
"common": [
],
"client": [
],
"server": []
},
"obf": {
"common": [
"org.jetbrains.kotlin:kotlin-stdlib:2.1.10",
"org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.10",
Expand All @@ -15,12 +22,6 @@
"org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.10.1",
"org.jetbrains.kotlinx:kotlinx-coroutines-core-jdk8:1.10.1"
],
"client": [
],
"server": []
},
"obf": {
"common": [],
"client": [],
"server": []
},
Expand Down

0 comments on commit 78d82c2

Please sign in to comment.