10 Convert into multiplatform library (#13)

* 10: Convert library into Kotlin Multiplatform library

* 10: Setup CI

* 10: Setup CI

* 10: Test CI

* 10: Test CI

* 10: Test CI

* 10: Test CI

* 10: Test CI

* 10: Test CI

* 10: Test CI
This commit is contained in:
2022-12-15 15:34:36 +01:00
committed by GitHub
parent 72c94f280d
commit dd773e3b16
63 changed files with 2467 additions and 1104 deletions

View File

@@ -1,9 +1,6 @@
name: Test
on:
pull_request:
branches:
- master
on: [push]
jobs:
build:
@@ -20,4 +17,4 @@ jobs:
# Builds the release artifacts of the library
- name: Test
run: ./gradlew test
run: ./gradlew test