kotlin-tanstack-table-core/build.gradle.kts (7 lines of code) (raw):

plugins { id("wrappersbuild.kotlin-library-conventions") } dependencies { webMainApi(projects.kotlinBrowser) webMainApi(npm(jspkg.tanstack.tableCore)) }