Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#535 kotlin 1.9.0, compose multiplatform 1.5.0 support #575

Merged
merged 240 commits into from
Apr 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
240 commits
Select commit Hold shift + click to select a range
beb3fb2
Merge pull request #508 from icerockdev/develop
Alex009 Jun 4, 2023
c7e3ec7
Update README.md
Alex009 Jul 13, 2023
14c3886
#510 update kotlin version
Jul 25, 2023
7c52c31
#510 update composeJetbrainsVersion
Jul 27, 2023
69cec0d
#530 update detekt convention
ExNDY Jul 31, 2023
506c5ef
#530 update libs, gradle, agp
ExNDY Jul 31, 2023
d2407b7
#530 generator update, replaced resource dir, remove MR package
ExNDY Jul 31, 2023
2bdd8a0
#530 update samples
ExNDY Jul 31, 2023
c0e2564
#530 fix imports
ExNDY Jul 31, 2023
49af2d2
#530 update readme
ExNDY Jul 31, 2023
c98137b
#530 reformat
ExNDY Aug 2, 2023
9fcfb79
#530 update sample
ExNDY Aug 2, 2023
4611270
#530 change package for resource, add kotlin folder
ExNDY Aug 2, 2023
9dbc81d
#530 fix android sourceSet
ExNDY Aug 3, 2023
ea54a40
#530 fixed desktop, js targets, fixes after review
ExNDY Aug 3, 2023
36d7582
refactoring
Aug 3, 2023
6321baa
#530 rework generation logic
ExNDY Aug 8, 2023
1c0180c
Merge remote-tracking branch 'github.com/update-Kotlin-to-1.9.0' into…
ExNDY Aug 8, 2023
852b970
#530 fixes after review
ExNDY Aug 10, 2023
8b0af74
#530 compose 1.5.0, fix annotation for localize
ExNDY Aug 10, 2023
adf98e5
#530 rework beforeGeneration task dependencies
ExNDY Aug 10, 2023
b805e79
Configure plugin more lazily
illarionov Jul 31, 2023
7d4ab70
Fix #546 and #549
Aug 31, 2023
045fe89
Fix #546 and #549
Aug 31, 2023
a279e19
* Refactoring MultiplatformResourcesPluginExtension: changed to abstr…
Sep 1, 2023
b7f6ffa
* Removed default value with Project reference for resourcesPackage f…
Sep 1, 2023
a1512a3
* Removed default value with Project reference for resourcesPackage f…
Sep 1, 2023
df53eda
* Actual #535 fix
Sep 1, 2023
316f2a6
* Detekt problems fix
Sep 4, 2023
c6bf001
Merge branch '#530-fix-task-dependencies-for-Gradle-8.2.1' into #535-…
Alex009 Sep 9, 2023
1f84053
Merge branch 'feature/issue-535' into #535-kotlin-1.9.0-support
Alex009 Sep 9, 2023
fa2160d
Merge branch 'lazyConfiguration' into #535-kotlin-1.9.0-support
Alex009 Sep 9, 2023
ec8a08d
#535 rework apple app resources task registration
Alex009 Sep 9, 2023
b985729
#535 fix some errors in samples check
Alex009 Sep 10, 2023
eefde04
#535 another fixes
Alex009 Sep 11, 2023
0a2db55
#535 detekt fixes
Alex009 Sep 11, 2023
1768988
#535 configuration fixes
Alex009 Sep 11, 2023
b951861
#535 rollback jvm target to 11
Alex009 Sep 11, 2023
cfde18c
#535 review fixes
Alex009 Sep 11, 2023
bcc4ab8
#535 rework logic of configuration stage
Alex009 Sep 17, 2023
cc4d8ca
#535 allow plugin usage with old kotlin
Alex009 Oct 7, 2023
7f17344
#535 configure generate tasks lazy and complete info
Alex009 Oct 7, 2023
a96cdab
#535 configure compile task dependencies
Alex009 Oct 7, 2023
8707854
#535 reformat
Alex009 Oct 7, 2023
85206d8
#535 part of gen task new configuration
Alex009 Oct 8, 2023
b546ac6
#535 add hierarchy of resources in settings, removed property and pro…
ExNDY Nov 2, 2023
e450311
#535 removed sourceSets from generators, add settings fields, started…
ExNDY Nov 14, 2023
ccb32d1
#535 add generation expect interface and implementation for MR
ExNDY Nov 21, 2023
f1637f4
№535 decided expect logic in private function, inverted logic for tes…
ExNDY Nov 21, 2023
6cb25f5
Merge branch '#535-kotlin-1.9.0-support-plugin' into #535-kotlin-1.9.…
ExNDY Nov 22, 2023
2d65033
#535 add generation of actual interfaces on commonMRgenerator level
ExNDY Nov 23, 2023
b4345d0
#535 fix imports of implemented interfaces, rework targets with resou…
ExNDY Nov 23, 2023
dc8613a
#535 add output metadata for generated objects in commonMRGenerator
ExNDY Nov 24, 2023
9357484
#535 started targetMRGenerator, input metadata for targetGenerator
ExNDY Nov 24, 2023
f057f6c
#535 generation actual interface for target, fix metadata generation,…
ExNDY Nov 26, 2023
b512ac8
#535 add kotlinx serialization plugin for with metadata
ExNDY Nov 28, 2023
4fe55fa
#535 highlight js and apple generator problem
ExNDY Nov 28, 2023
819ac49
#535 add input/output metadata property, started work on generate wit…
ExNDY Nov 28, 2023
66cb9b3
#535 add generator type in metadata, input/output tasks result, start…
ExNDY Dec 5, 2023
0f034c8
#535 add addActual() for metadata logic, correction of output metadata
ExNDY Dec 5, 2023
d003e0b
#535 correct property modifier, data of properties
ExNDY Dec 5, 2023
b1a614d
#535 remove lowerResources from strings generator, correct generation…
ExNDY Dec 7, 2023
399bd10
#535 correction of metadata properties, optimization of read own reso…
ExNDY Dec 7, 2023
0351741
#535 add generated object state properties
ExNDY Dec 7, 2023
d8c5bc2
#535 remove useless override
ExNDY Dec 7, 2023
0b67af9
#535 remove configure depends task, replaced on input/output files
ExNDY Dec 7, 2023
64c4291
#535 add plurals generator, correct expect properties generation, rew…
ExNDY Dec 10, 2023
bb8cc36
#535 add expect interfaces types, fix jvm target generation
ExNDY Dec 10, 2023
20f0cad
#535 remove upper resources from colors generator, fix files filter
ExNDY Dec 10, 2023
ffb8b9a
#535 js action separated from js generator
ExNDY Dec 11, 2023
b108786
#535 setup JsMRGenerator
ExNDY Dec 11, 2023
d473e3d
#535 add resourceContainter implementation, fix actual interface gene…
ExNDY Dec 15, 2023
cf20b2f
#535 remove unused fields
ExNDY Dec 15, 2023
83eda15
#535 remove unused task property
ExNDY Dec 15, 2023
7909639
#535 configure valid android generation
Alex009 Dec 17, 2023
669f75d
#535 comment unused code (will be removed later)
Alex009 Dec 17, 2023
a8335ef
#535 fix generation of resources objects, divide resource logic for t…
ExNDY Dec 18, 2023
bd60350
#535 fix apple target generation
ExNDY Dec 18, 2023
8107778
#535 add color generator with metadata w/o AppleColorGenerator
ExNDY Dec 18, 2023
de2e6ed
#535 image generator, changed metadata property name
ExNDY Dec 19, 2023
0a6cdd4
#535 add files generator
ExNDY Dec 19, 2023
ec6de52
#535 add fonts generator, remove unused fileTree from generators
ExNDY Dec 21, 2023
3239efc
#535 fix apple targets for colors and image generators
ExNDY Dec 21, 2023
9b62b31
#535 add assets generator
ExNDY Dec 21, 2023
315a34b
#535 refactoring
Alex009 Jan 3, 2024
f955c5c
#535 successful simplified generator with strings
Alex009 Jan 5, 2024
093f016
#535 migrate more generator logic to new version
Alex009 Jan 6, 2024
6664957
#535 complete strings generator migration
Alex009 Jan 6, 2024
15bc3bd
#535 generate object without expect/actual
Alex009 Jan 6, 2024
7a393eb
#535 assemble successful
Alex009 Jan 6, 2024
7e721b6
#535 successful run all supported targets on compose sample
Alex009 Jan 7, 2024
d38556d
#535 remove verbose log
Alex009 Jan 7, 2024
26db0f0
#535 cleanup structure
Alex009 Jan 8, 2024
9c40203
#535 migrate plurals to new generator
Alex009 Jan 8, 2024
6833e96
#535 images generator migration
Alex009 Jan 9, 2024
4b6f119
#535 colors resources migration
Alex009 Jan 9, 2024
9131539
#311 fix configuration cache support
Alex009 Jan 9, 2024
f4b6550
#311 apple fixes for configuration cache
Alex009 Jan 10, 2024
2369582
#535 move generators
Alex009 Jan 10, 2024
52bee19
#535 fonts generator migration
Alex009 Jan 10, 2024
8d3d3a3
#535 remove duplicates
Alex009 Jan 10, 2024
c11f2a4
#535 files generator migration
Alex009 Jan 10, 2024
4515a44
#535 assets generator migration
Alex009 Jan 10, 2024
bfef8d3
Merge branch '#535-simplify-plugin' into #535-kotlin-1.9.0-support
Alex009 Jan 10, 2024
842f14f
#535 cleanup and fix cache invalidation
Alex009 Jan 10, 2024
da4c313
#535 detekt fixes
Alex009 Jan 10, 2024
ed3fd34
#535 fix compose-resources-gallery check
Alex009 Jan 11, 2024
42cf531
#535 enable configuration-cache in auto-manifest
Alex009 Jan 11, 2024
128b86c
#535 map keys to valid kotlin names
Alex009 Jan 11, 2024
40f7f27
#535 rework extras creation
Alex009 Jan 12, 2024
df5b12f
#535 fix js stringsLoader generation
Alex009 Jan 12, 2024
97fc885
#535 restruct
Alex009 Jan 12, 2024
940f139
#535 update gradle for compose sample
Alex009 Jan 12, 2024
a6e3855
#535 fix apple identifier in bundles of different compilations
Alex009 Jan 13, 2024
a1c68c1
#535 fix resources copy to executables of apple
Alex009 Jan 13, 2024
b45d173
#535 fix apple bundle creation issue
Alex009 Jan 13, 2024
524b12b
#535 update resources-gallery sample
Alex009 Jan 13, 2024
727e18e
#535 fix detekt
Alex009 Jan 13, 2024
9d6bc42
#535 fix generation without android target
Alex009 Jan 13, 2024
20f7555
#535 update compose-jvm-app sample
Alex009 Jan 13, 2024
08d6b8e
#535 fix copyXCFrameworkResources task
Alex009 Jan 13, 2024
cbfba8f
#535 update ios-static-xcframework sample
Alex009 Jan 13, 2024
8b06391
#535 update kotlin-ios-app sample
Alex009 Jan 14, 2024
54335bc
#535 fix copy resources to executable task
Alex009 Jan 14, 2024
d0d6b94
#535 fix detekt
Alex009 Jan 14, 2024
7e9d7d1
#535 enable configuration cache
Alex009 Jan 14, 2024
a2d00b7
#535 update AGP to fix kotlin version conflict
Alex009 Jan 14, 2024
1d4d6a5
#535 fix additional tasks registration
Alex009 Jan 14, 2024
07346e1
#535 suppress beta warnings
Alex009 Jan 14, 2024
8af8b16
#535 fix klibs pass
Alex009 Jan 14, 2024
99f4626
#535 local checks success
Alex009 Jan 14, 2024
6e06d86
set alpha version
Alex009 Jan 14, 2024
45c6db5
fix CI case when plugin published and runtime not compiles
Alex009 Jan 14, 2024
6afb91b
ignore cache at publish
Alex009 Jan 14, 2024
46be208
#535 fix build with config cache
Alex009 Jan 14, 2024
243f646
#535 remove config cache from root project for backward compatibility
Alex009 Jan 14, 2024
9ab0d05
#535 enable config cache in android-mpp sample
Alex009 Jan 14, 2024
d7fa3b9
#535 fix input metadata file dependencies
ExNDY Jan 19, 2024
5cc5684
#535 add sample with default hierarchy of targets
ExNDY Jan 22, 2024
3157f06
#535 add new sample in check source
ExNDY Jan 22, 2024
ac799a1
#535 add metadata serializers
ExNDY Jan 23, 2024
3da4fca
#535 fix compilation check for default hierarchy sample
ExNDY Jan 23, 2024
6eaa7ce
#535 fix format
ExNDY Jan 29, 2024
07a6307
#535 fix apple static framework resource tasks dependencies, rollback…
ExNDY Jan 30, 2024
cf366b1
Merge branch '#535-fix-apple-target-static-framework-tasks' into #535…
ExNDY Jan 30, 2024
a8f3f76
#535 disable static framework warning logic moved to gradle.properties
ExNDY Jan 31, 2024
9b93844
#535 reformat
ExNDY Jan 31, 2024
8d578d7
#535 fix default hierarchy sample check
ExNDY Jan 31, 2024
79f4900
#535 correct message for static framework tasks
ExNDY Jan 31, 2024
e2c0ae4
#535 fix dependsOn function
ExNDY Jan 31, 2024
96d7774
#535 update readme
ExNDY Jan 31, 2024
2e5a25e
#535 fix formulation
ExNDY Jan 31, 2024
e187af5
#535 update info about disable static framework warning
ExNDY Jan 31, 2024
69e8bf6
#535 fix format
ExNDY Jan 31, 2024
f11242a
#535 add cocoapods with static framework sample
ExNDY Feb 2, 2024
caea43c
#535 rework copy task configuration
ExNDY Feb 2, 2024
af6bcc3
#535 add new sample in ci checklist
ExNDY Feb 2, 2024
eaf22c2
#535 reformat
ExNDY Feb 2, 2024
4bc88fb
#535 fix tasks dependencies for android target
ExNDY Feb 2, 2024
55a3c8c
#535 fix git action check for new sample with static cocoapods
ExNDY Feb 3, 2024
e8682f7
#535 update copy task configuration for static framework, correction …
ExNDY Feb 3, 2024
416037f
#535 remove android fix
ExNDY Feb 3, 2024
8e3ced2
#535 fix gradle sync on AGP 8.2, draft usage of Variants API
Alex009 Feb 5, 2024
a1110d9
#535 android generation fixes
Alex009 Feb 5, 2024
5df32f2
#535 fix non-android targets
Alex009 Feb 5, 2024
77a777c
#535 fix build phase
Alex009 Feb 5, 2024
f34f18e
#535 fix framework prefix function
ExNDY Feb 5, 2024
77f60d9
up alpha version
Alex009 Feb 13, 2024
c66ad99
#535 fix platform property name
ExNDY Feb 19, 2024
c186fd1
Favor `error` over `throw IllegalStateException`
darronschall Nov 15, 2023
8995351
Lift `FontResource` common to `appleMain` with iOS/macOS extensions.
darronschall Nov 15, 2023
ca695f7
Add `NSErrorException` class
darronschall Nov 15, 2023
be1a868
Add `registerFont` helper method.
darronschall Nov 15, 2023
6d8152a
Register font by file path URL instead.
darronschall Nov 15, 2023
01c39d0
Convert `fontRef` to lazy delegate.
darronschall Nov 16, 2023
fec1854
Release memory for references we don't need anymore.
darronschall Nov 16, 2023
be0a8eb
#535 removed expect/actual interfaces for metadata
ExNDY Mar 10, 2024
926545a
#535 rework generation of resource objects
ExNDY Mar 12, 2024
cbb3c76
#535 container serializer removed
ExNDY Mar 12, 2024
cea556f
#535 fix assets path
ExNDY Mar 13, 2024
a909456
#535 rework modifiers parameter in generation steps
ExNDY Mar 13, 2024
92c174e
#535 change resource propertys name for assets and files
ExNDY Mar 13, 2024
f133cff
#535 reformat
ExNDY Mar 13, 2024
cc8fcab
Merge branch '#535-kotlin-2.0.0-compatibility' into #535-kotlin-1.9.0…
ExNDY Mar 13, 2024
291ca63
#535 fix tests
ExNDY Mar 13, 2024
a846e91
#535 fix android sourceSets for correct IDE indexation
ExNDY Mar 15, 2024
aa7105f
#535 fix jvm generation
ExNDY Mar 15, 2024
bc8f5d5
#535 reformat
ExNDY Mar 15, 2024
7986729
#535 fix js resources generation
ExNDY Mar 19, 2024
392d771
#535 remove parent object name from generation step
ExNDY Mar 19, 2024
ad6865b
#535 rework generation of assets and files resources with save file t…
ExNDY Apr 11, 2024
0e84267
#535 rework assets and file code generation
ExNDY Apr 11, 2024
9cdab6c
#535 fix android generation
ExNDY Apr 12, 2024
34d99e6
#535 add inner asset files in compose-resource-gallery
ExNDY Apr 12, 2024
b4e8c48
#535 clean code
ExNDY Apr 12, 2024
ca12da9
#535 fix samples
ExNDY Apr 12, 2024
38980e6
#535 kotlin 2.0 sample started
ExNDY Apr 12, 2024
b9fedb8
#535 add kotlin 2.0 sample
ExNDY Apr 12, 2024
908b10c
#535 add compose multiplatform resources sample gitignore
ExNDY Apr 12, 2024
c0d83cb
#535 add compose multiplatform resources with moko resources sample p…
ExNDY Apr 12, 2024
ec71f61
#535 rename k2 sample, add compilation check for new samples
ExNDY Apr 12, 2024
872c525
#535 fix access permission for local-check
ExNDY Apr 13, 2024
4dacf87
#535 readme update
ExNDY Apr 15, 2024
4a57ae8
#535 android target removed from ios-cocoapods-static-framework sample
ExNDY Apr 15, 2024
edad87e
#535 useless comment removed
ExNDY Apr 15, 2024
f5ab931
#535 removed useless settings of project
ExNDY Apr 15, 2024
32f33af
#535 correct desktop window name in compose-jvm-sample
ExNDY Apr 15, 2024
2d65c09
#535 fix default hierarchy
ExNDY Apr 15, 2024
5caed40
#535 rename option name
ExNDY Apr 15, 2024
35afe2b
#535 refactoring xml to value convertation
ExNDY Apr 15, 2024
ebee12f
#535 refactoring bundle properties for jvm
ExNDY Apr 15, 2024
c4790e0
#535 fix copyrights, remove unused files
ExNDY Apr 15, 2024
16a8c5c
#535 downgrade resource-generator compilator version
ExNDY Apr 15, 2024
52c1b95
#535 remove empty list item
ExNDY Apr 15, 2024
55b8286
#535 fix unicode coding in values of string generators
ExNDY Apr 15, 2024
fb94bc9
#535 add key validation, internal modifier for metadata interfaces
ExNDY Apr 15, 2024
68e5d9e
#535 removed useless logic
ExNDY Apr 15, 2024
4c5449d
#535 parcelize remove from plugin
ExNDY Apr 15, 2024
218fd2d
#535 rework multiplatform-convention targets hierarchy
ExNDY Apr 15, 2024
c19b9e9
#535 reformat
ExNDY Apr 15, 2024
0422769
#535 fix local check in sample
ExNDY Apr 15, 2024
95398a9
#535 rework check scripts
ExNDY Apr 16, 2024
48e744e
#535 fix readme
ExNDY Apr 16, 2024
52ebf79
#535 update fonts description
ExNDY Apr 16, 2024
dca5e78
#535 fix check scripts
ExNDY Apr 16, 2024
099b4d6
#535 compilation-check-source optimisation
ExNDY Apr 16, 2024
4623998
#535 optimisation of compilation-check
ExNDY Apr 16, 2024
89efe5f
#535 fix check scripts, exclude ios samples from window, ubuntu runners
ExNDY Apr 16, 2024
bc5e496
#641 add resources custom path
ExNDY Apr 17, 2024
eae0950
#535 remove useless tests
ExNDY Apr 17, 2024
93900ca
#535 fix svg reading for jvm target
ExNDY Apr 17, 2024
5f10eea
#596 removed useless dependency
ExNDY Apr 17, 2024
a5e30ed
#533 configuration change adaptation
ExNDY Apr 17, 2024
1543cf5
#535 add custom resource directory, changes for svg for jvm target in…
ExNDY Apr 17, 2024
e19e5a2
#535 add localization in sample
ExNDY Apr 17, 2024
0bb7a77
#615 add resource key check and exception class
ExNDY Apr 17, 2024
c6f96a3
#598 Merge remote-tracking branch 'darronschall/ios-font-resource-reg…
ExNDY Apr 17, 2024
1ed3a54
#598 fix experimental annotations
ExNDY Apr 17, 2024
f9b9a4f
#535 reformat
ExNDY Apr 17, 2024
0ec773c
#535 remove useless dependency, clean code
ExNDY Apr 18, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
110 changes: 104 additions & 6 deletions .github/compilation-check-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,15 @@ on:
restore-keys: |
${{ runner.os }}-konan-

.runner_matrix: &runner_matrix
os: [ macOS-latest, windows-latest, ubuntu-latest ]

jobs:
build-library:
runs-on: macOS-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
<<: *runner_matrix

steps:
- *checkout
Expand All @@ -85,7 +91,10 @@ jobs:
- *upload_reports

check-sample-android-mpp-app:
runs-on: macOS-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
<<: *runner_matrix
needs: build-library

steps:
Expand All @@ -102,7 +111,10 @@ jobs:
- *upload_reports

check-sample-auto-manifest:
runs-on: macOS-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
<<: *runner_matrix
needs: build-library

steps:
Expand All @@ -119,7 +131,10 @@ jobs:
- *upload_reports

check-sample-compose-jvm-app:
runs-on: macOS-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
<<: *runner_matrix
needs: build-library

steps:
Expand All @@ -136,7 +151,10 @@ jobs:
- *upload_reports

check-sample-resources-gallery:
runs-on: macOS-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
<<: *runner_matrix
needs: build-library

steps:
Expand All @@ -152,6 +170,26 @@ jobs:
- *publish_test_report
- *upload_reports

check-sample-default-hierarchy-resources-gallery-mobile:
runs-on: ${{ matrix.os }}
strategy:
matrix:
<<: *runner_matrix
needs: build-library

steps:
- *checkout
- *setup_jdk
- *setup_gradle
- *cache_konan
- *download_maven

- name: Sample - default-hierarchy-gallery-mobile
run: cd samples/default-hierarchy-gallery-mobile && ./local-check.sh

- *publish_test_report
- *upload_reports

check-sample-ios-static-xcframework:
runs-on: macOS-latest
needs: build-library
Expand All @@ -169,6 +207,23 @@ jobs:
- *publish_test_report
- *upload_reports

check-sample-ios-cocoapods-static-framework:
runs-on: macOS-latest
needs: build-library

steps:
- *checkout
- *setup_jdk
- *setup_gradle
- *cache_konan
- *download_maven

- name: Sample - ios-cocoapods-static-framework
run: cd samples/ios-cocoapods-static-framework && ./local-check.sh

- *publish_test_report
- *upload_reports

check-sample-kotlin-ios-app:
runs-on: macOS-latest
needs: build-library
Expand All @@ -187,7 +242,10 @@ jobs:
- *upload_reports

check-sample-compose-resources-gallery:
runs-on: macOS-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
<<: *runner_matrix
needs: build-library

steps:
Expand All @@ -202,3 +260,43 @@ jobs:

- *publish_test_report
- *upload_reports

check-kotlin-2-sample:
runs-on: ${{ matrix.os }}
strategy:
matrix:
<<: *runner_matrix
needs: build-library

steps:
- *checkout
- *setup_jdk
- *setup_gradle
- *cache_konan
- *download_maven

- name: Sample - kotlin-2-sample
run: cd samples/kotlin-2-sample && ./local-check.sh

- *publish_test_report
- *upload_reports

check-cm-resources-sample:
runs-on: ${{ matrix.os }}
strategy:
matrix:
<<: *runner_matrix
needs: build-library

steps:
- *checkout
- *setup_jdk
- *setup_gradle
- *cache_konan
- *download_maven

- name: Sample - cm-resources-sample
run: cd samples/cm-resources-sample && ./local-check.sh

- *publish_test_report
- *upload_reports
Loading
Loading