diff --git a/lsplant/build.gradle.kts b/lsplant/build.gradle.kts index 8cad70e..3d3d448 100644 --- a/lsplant/build.gradle.kts +++ b/lsplant/build.gradle.kts @@ -190,7 +190,7 @@ publishing { } } dependencies { - "standaloneImplementation"("dev.rikka.ndk.thirdparty:cxx:1.2.0") + "standaloneCompileOnly"("dev.rikka.ndk.thirdparty:cxx:1.2.0") } }