Skip to content

updated kotlin plugin to be proper multiplatform project #3

updated kotlin plugin to be proper multiplatform project

updated kotlin plugin to be proper multiplatform project #3

name: http-plugin-kt-ci
on:
pull_request:
paths:
- "implementations/kt/**"
jobs:
ci:
name: http-plugin-kt-ci
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build and Test
run: ./gradlew build
working-directory: ./implementations/kt