Xhivat Hoxhiq
01/26/2023, 1:46 PM./gradlew :compose:assemble
I have no idea where to from this though and I did spend a whole trying to make it work. Should I post this in #androidx instead as it's library stuff?Big Chungus
01/26/2023, 2:15 PMXhivat Hoxhiq
01/26/2023, 2:22 PMeygraber
01/26/2023, 2:38 PMXhivat Hoxhiq
01/26/2023, 2:39 PMKirill Grouchnikov
01/26/2023, 2:40 PMXhivat Hoxhiq
01/26/2023, 2:42 PMKirill Grouchnikov
01/26/2023, 2:43 PMXhivat Hoxhiq
01/26/2023, 2:43 PMKirill Grouchnikov
01/26/2023, 2:45 PMXhivat Hoxhiq
01/26/2023, 2:46 PMKirill Grouchnikov
01/26/2023, 2:46 PMXhivat Hoxhiq
01/26/2023, 2:47 PMKirill Grouchnikov
01/26/2023, 2:50 PM./gradlew :skiko:publishToMavenLocal
was the only thing to run, and then update your sample module to local at local maven first and use 0.0.0-SNAPSHOT
as the version.
Might be different for Compose thoughXhivat Hoxhiq
01/26/2023, 2:56 PMKirill Grouchnikov
01/26/2023, 3:01 PMXhivat Hoxhiq
01/26/2023, 3:10 PMKirill Grouchnikov
01/26/2023, 3:12 PMXhivat Hoxhiq
01/26/2023, 3:14 PMTextPainter
, TextInputService
, TextFieldValue
, and EditProcessor
fwcd/kotlin-language-server
.kotlin-language-server
displays a lot of messages of things being compiled with kotlin 1.8.0, messages look something like 'kotlin.Unit' was compiled with an incompatible version...
Kirill Grouchnikov
02/01/2023, 2:06 PMThe project uses the internal APIs of the Kotlin compiler.
- looks like the project author isn’t keeping it up to date with the changes that are going into KotlinXhivat Hoxhiq
02/01/2023, 2:09 PMKirill Grouchnikov
02/01/2023, 2:10 PMXhivat Hoxhiq
02/01/2023, 2:10 PMKirill Grouchnikov
02/01/2023, 2:11 PMXhivat Hoxhiq
02/01/2023, 2:12 PMKirill Grouchnikov
02/01/2023, 2:28 PM