Added computer player with minimax algorithm #8
build.yml
on: push
π€ Unit Tests
2m 39s
π Android Lint
1m 53s
Matrix: π¦ Package Desktop
π¦ Assemble Android APKs
0s
π Deploy Web
0s
Annotations
1 error and 6 warnings
π€ Unit Tests
Process completed with exit code 1.
|
π Android Lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3, gradle/gradle-build-action@v2.5.1, yutailang0119/action-android-lint@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
π Android Lint:
home/runner/.gradle/caches/transforms-3/ee8064413946b5a975b29e928590abde/transformed/runtime-release/jars/lint.jar#L1
Obsolete custom lint check: Library lint checks reference invalid APIs; these checks **will be skipped**!
Lint found an issue registry (`androidx.compose.runtime.lint.RuntimeIssueRegistry`)
which contains some references to invalid API:
org.jetbrains.kotlin.analysis.api.session.KtAnalysisSessionProvider: org.jetbrains.kotlin.analysis.api.lifetime.KtLifetimeTokenFactory getTokenFactory()
(Referenced from androidx/compose/runtime/lint/AutoboxingStateCreationDetector.class)
Therefore, this lint check library is **not** included
in analysis. This affects the following lint checks:
`AutoboxingStateValueProperty`
`AutoboxingStateCreation`
`CoroutineCreationDuringComposition`
`FlowOperatorInvokedInComposition`
`ComposableLambdaParameterNaming`
`ComposableLambdaParameterPosition`
`ComposableNaming`
`StateFlowValueCalledInComposition`
`CompositionLocalNaming`
`MutableCollectionMutableState`
`ProduceStateDoesNotAssignValue`
`RememberReturnType`
`OpaqueUnitKey`
`UnrememberedMutableState`
To use this lint check, upgrade to a more recent version
of the library.
|
π Android Lint:
composeApp/src/androidMain/res/drawable-v24#L1
Obsolete SDK_INT Version Check: This folder configuration (`v24`) is unnecessary; `minSdkVersion` is 24. Merge all the resources in this folder into `drawable`.
|
π Android Lint:
composeApp/src/androidMain/res/mipmap-anydpi-v26/ic_launcher.xml#L2
Monochrome icon is not defined: The application adaptive icon is missing a monochrome tag
|
π Android Lint:
composeApp/src/androidMain/res/mipmap-anydpi-v26/ic_launcher_round.xml#L2
Monochrome icon is not defined: The application adaptive roundIcon is missing a monochrome tag
|
π€ Unit Tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3, gradle/gradle-build-action@v2.5.1, mikepenz/action-junit-report@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|