mirror of
https://github.com/smyalygames/checklist-tester.git
synced 2025-05-18 14:34:12 +02:00
build(connector): add XPlaneConnect dependency
This commit is contained in:
parent
bdd78eb5ff
commit
52dd166e49
BIN
connector/lib/xpc-1.4.0-SNAPSHOT.jar
Normal file
BIN
connector/lib/xpc-1.4.0-SNAPSHOT.jar
Normal file
Binary file not shown.
@ -15,9 +15,16 @@ dependencyResolutionManagement {
|
||||
google()
|
||||
mavenCentral()
|
||||
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
|
||||
flatDir {
|
||||
dirs("lib")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
include(":composeApp")
|
||||
include(":server")
|
||||
include(":shared")
|
||||
//include(":lib:xpc:buildSrc")
|
||||
//include(":lib:xpc")
|
||||
//project(":lib:xpc:buildSrc").projectDir = file("lib/xpc/buildSrc")
|
||||
//project(":xpc:xpc").projectDir = file("lib/xpc/xpc")
|
||||
|
@ -28,6 +28,10 @@ kotlin {
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-datetime:$dateTimeVersion")
|
||||
implementation("org.slf4j:slf4j-api:$sl4jVersion")
|
||||
implementation("org.slf4j:slf4j-reload4j:$sl4jVersion")
|
||||
|
||||
// this feels like the most godawful hack I have created, I am ashamed
|
||||
implementation("gov.nasa.xpc-parent:xpc:1.4.0-SNAPSHOT")
|
||||
|
||||
}
|
||||
commonTest.dependencies {
|
||||
implementation(libs.kotlin.test)
|
||||
|
Loading…
x
Reference in New Issue
Block a user