Skip to content

Commit

Permalink
try K2
Browse files Browse the repository at this point in the history
  • Loading branch information
whyoleg committed Sep 18, 2023
1 parent d7287c2 commit 8d3698c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
--scan
--info
--continue
--configuration-cache
- if: always()
uses: actions/upload-artifact@v3
with:
Expand All @@ -44,7 +43,6 @@ jobs:
--scan
--info
--continue
--configuration-cache
- if: always()
uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -78,7 +76,6 @@ jobs:
--scan
--info
--continue
--configuration-cache
- if: always()
uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -123,5 +120,4 @@ jobs:
--scan
--info
--continue
--configuration-cache
-Pskip.test
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ kotlin.js.compiler=ir
kotlin.native.ignoreIncorrectDependencies=true
kotlinx.atomicfu.enableJvmIrTransformation=true
kotlinx.atomicfu.enableJsIrTransformation=true
kotlin.experimental.tryK2=true
#Gradle
org.gradle.parallel=true
org.gradle.caching=true
Expand Down

0 comments on commit 8d3698c

Please sign in to comment.