Skip to content

Commit

Permalink
Fix dependency import
Browse files Browse the repository at this point in the history
  • Loading branch information
CedNaru committed Oct 13, 2024
1 parent c22bf9e commit 1eb49e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kt/godot-library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies {
// added here as a transitive dependency so the user can use reflection
// we need to add it here so reflection is available where the code is loaded (Bootstrap.kt) otherwise it will not work
api(kotlin("reflect", version = libs.versions.kotlin.get()))
implementation("com.utopia-rise:common:$fullGodotKotlinJvmVersion")
api("com.utopia-rise:common:$fullGodotKotlinJvmVersion")
testImplementation("junit", "junit", "4.12")
}

Expand Down

0 comments on commit 1eb49e1

Please sign in to comment.