diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 4ecb562..41c6119 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -24,8 +24,6 @@ jobs: os: macos-latest - target: jvmTest os: ubuntu-latest - - target: linuxX64Test - os: ubuntu-latest - target: testDebugUnitTest os: ubuntu-latest - target: testReleaseUnitTest diff --git a/kmvi/build.gradle.kts b/kmvi/build.gradle.kts index 033190f..b8fc526 100644 --- a/kmvi/build.gradle.kts +++ b/kmvi/build.gradle.kts @@ -7,7 +7,6 @@ plugins { kotlin { jvm() - linuxX64() androidTarget { compilations.all {