Landry Norris
06/02/2022, 6:52 PMCannot access 'com.arkivanov.decompose.ComponentContext' which is a supertype of 'com.example.myapp.component.TrimComponent'. Check your module classpath for missing or conflicting dependencies
The normal build process runs just fine, there’s no errors showing up in the IDE, and the app works, but I can’t publish my library because maven-publish tasks rely on the metadata task. I have some parts of the app set up as a library that the main app pulls in.Arkadii Ivanov
06/02/2022, 7:07 PMTrimComponent
. You should also add decompose
as a dependency.Landry Norris
06/02/2022, 7:27 PMimplementation("com.arkivanov.decompose:decompose:0.6.0")
Arkadii Ivanov
06/02/2022, 7:36 PMLandry Norris
06/02/2022, 7:40 PMArkadii Ivanov
06/02/2022, 7:43 PMLandry Norris
06/06/2022, 2:08 PMArkadii Ivanov
06/06/2022, 2:11 PMLandry Norris
06/06/2022, 4:00 PMArkadii Ivanov
06/06/2022, 4:03 PM1.2.0-x
, then you can try Decompose version 0.6.0-native-compose-01 - https://github.com/arkivanov/Decompose/releases/tag/0.6.0-native-compose-01
This version uses Kotlin 1.6.21 and Compose 1.2.0-alpha01-dev675
.
It experimentally supports the new iOS and macOS native targets. But if you don't use them, this shouldn't bother you.Landry Norris
06/06/2022, 4:53 PMArkadii Ivanov
06/06/2022, 6:13 PMLandry Norris
06/17/2022, 4:25 PM