Skip to content

Commit 09c36d2

Browse files
committed
feat: rename native to natives
1 parent 6d3c3b5 commit 09c36d2

55 files changed

Lines changed: 2 additions & 2 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies {
2424
implementation(libs.jna)
2525
implementation(libs.bundles.kotlinx)
2626
implementation(libs.slf4j.api) // for logging
27-
implementation(project(":native"))
27+
implementation(project(":natives"))
2828
implementation(kotlin("reflect"))
2929

3030
testImplementation(compose.desktop.currentOs)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)