Skip to content

Commit

Permalink
Enable jvm and native atomic-fu IR transformations
Browse files Browse the repository at this point in the history
  • Loading branch information
DrewCarlson committed May 26, 2024
1 parent f4cbef7 commit e67d603
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Features:
- Coroutine and Flow support
- Testing utilities module
- Reduced boilerplate with code generation
- No runtime dependencies (*[atomicfu](https://github.com/Kotlin/kotlinx-atomicfu/) for Native targets)
- No runtime dependencies

**[Sample Project](https://github.com/DrewCarlson/pokedex-mobiuskt)**

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Features:
- Coroutine and Flow support
- Testing utilities module
- Reduced boilerplate with code generation
- No runtime dependencies (*[atomicfu](https://github.com/Kotlin/kotlinx-atomicfu/) for Native targets)
- No runtime dependencies

**[Sample Project](https://github.com/DrewCarlson/pokedex-mobiuskt)**

Expand Down
3 changes: 3 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ kotlin.native.ignoreIncorrectDependencies=true
android.useAndroidX=true
org.jetbrains.compose.experimental.jscanvas.enabled=true
org.jetbrains.compose.experimental.macos.enabled=true
kotlinx.atomicfu.enableJvmIrTransformation=true
kotlinx.atomicfu.enableNativeIrTransformation=true
kotlinx.atomicfu.enableJsIrTransformation=true
# Publishing
group=org.drewcarlson
version=1.3.1-SNAPSHOT
Expand Down

0 comments on commit e67d603

Please sign in to comment.