Skip to content

Commit

Permalink
ughhhh
Browse files Browse the repository at this point in the history
  • Loading branch information
Funkatronics authored Sep 20, 2023
1 parent 46760b1 commit 27d0ba7
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions solana/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ plugins {
id("com.vanniktech.maven.publish")
}

val baseArtifactId: String by project
val artifactId: String = "$baseArtifactId-solana"
val artifactId: String by project
val moduleArtifactId = "$artifactId-solana"

kotlin {
jvm {
Expand Down Expand Up @@ -37,12 +37,14 @@ kotlin {
val commonTest by getting {
dependencies {
implementation(kotlin("test"))
// implementation("io.github.funkatronics:kborsh:0.1.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3")
implementation("com.diglol.crypto:pkc:0.1.5")
implementation("io.github.funkatronics:rpccore:0.2.0")
}
}
}
}

mavenPublishing {
coordinates(group as String, artifactId, version as String)
coordinates(group as String, moduleArtifactId, version as String)
}

0 comments on commit 27d0ba7

Please sign in to comment.