Skip to content

Commit

Permalink
fix: Make runtime and loader API dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Berstanio committed Dec 28, 2024
1 parent c2652ef commit 01cdcfd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import com.badlogic.gdx.jnigen.gradle.JnigenExtension.*
import kotlin.io.path.createTempDirectory

plugins {
id("java")
id("java-library")
id("com.badlogicgames.jnigen.jnigen-gradle") version "3.0.0-SNAPSHOT"
id("maven-publish")
id("signing")
Expand Down Expand Up @@ -44,8 +44,8 @@ repositories {
}

dependencies {
implementation("com.badlogicgames.jnigen:jnigen-loader:${jnigenVersion}")
implementation("com.badlogicgames.jnigen:jnigen-runtime:${jnigenVersion}")
api("com.badlogicgames.jnigen:jnigen-loader:${jnigenVersion}")
api("com.badlogicgames.jnigen:jnigen-runtime:${jnigenVersion}")
implementation("com.badlogicgames.jnigen:jnigen-runtime-platform:${jnigenVersion}:natives-desktop")
implementation("com.badlogicgames.jnigen:jnigen-runtime-platform:${jnigenVersion}:natives-ios")
implementation("com.badlogicgames.jnigen:jnigen-runtime-platform:${jnigenVersion}:natives-arm64-v8a")
Expand Down

0 comments on commit 01cdcfd

Please sign in to comment.