Skip to content

Update plugin org.jetbrains.kotlin.android to v2.0.10 #309

Update plugin org.jetbrains.kotlin.android to v2.0.10

Update plugin org.jetbrains.kotlin.android to v2.0.10 #309

Workflow file for this run

name: Forui Samples Build
on:
workflow_dispatch: {}
push:
paths:
- .github/workflows/samples_build.yaml
- forui/**
- samples/**
pull_request_target:
paths:
- forui/**
- samples/**
jobs:
test:
name: Build & test
runs-on: ubuntu-latest
defaults:
run:
working-directory: samples
steps:
- uses: actions/checkout@v4
- uses: subosito/[email protected]
with:
cache: true
- run: flutter pub get
- run: flutter pub run build_runner build --delete-conflicting-outputs
- run: flutter analyze