kotlin-tanstack-react-query-devtools/build.gradle.kts (
7
lines of code) (
raw
):
plugins { id("wrappersbuild.kotlin-library-conventions") } dependencies { jsMainApi(projects.kotlinReactCore) webMainApi(npm(jspkg.tanstack.reactQueryDevtools)) }