Arkadii Ivanov
09/09/2023, 11:20 PMJohn O'Reilly
09/10/2023, 6:35 AMArkadii Ivanov
09/10/2023, 7:52 AMArkadii Ivanov
09/10/2023, 7:54 AMJohn O'Reilly
09/10/2023, 10:17 AMJohn O'Reilly
09/10/2023, 10:25 AMJohn O'Reilly
09/10/2023, 10:33 AMArkadii Ivanov
09/10/2023, 11:27 AMArkadii Ivanov
09/10/2023, 11:28 AMArkadii Ivanov
09/10/2023, 11:28 AMJohn O'Reilly
09/10/2023, 11:31 AMArkadii Ivanov
09/10/2023, 11:36 AMArkadii Ivanov
09/10/2023, 11:37 AMJohn O'Reilly
09/10/2023, 12:19 PMConfig
glass in to FantasyPremierLeague and still not seeing issue running compileKotlinIosSimulatorArm64
there.....strangeArkadii Ivanov
09/10/2023, 12:20 PMJohn O'Reilly
09/10/2023, 12:50 PMJohn O'Reilly
09/10/2023, 12:50 PMArkadii Ivanov
09/10/2023, 1:02 PMArkadii Ivanov
09/10/2023, 1:02 PMJohn O'Reilly
09/10/2023, 1:35 PMJohn O'Reilly
09/10/2023, 1:36 PMJohn O'Reilly
09/10/2023, 1:36 PMbuild.gradle.kts
to comment out following
//allprojects {
// configurations.all {
// resolutionStrategy.dependencySubstitution {
// substitute(module("org.jetbrains.compose.compiler:compiler")).apply {
// using(module("androidx.compose.compiler:compiler:${libs.versions.compose.compiler.get()}"))
// }
// }
// }
//}
John O'Reilly
09/10/2023, 1:37 PMkotlinCompilerPlugin.set(libs.versions.jbComposeCompiler.get())
John O'Reilly
09/10/2023, 1:38 PMArkadii Ivanov
09/10/2023, 1:52 PMArkadii Ivanov
09/10/2023, 1:52 PMJohn O'Reilly
09/10/2023, 1:58 PMArkadii Ivanov
09/10/2023, 2:01 PMJohn O'Reilly
09/10/2023, 3:14 PMJohn O'Reilly
09/10/2023, 3:14 PMArkadii Ivanov
09/10/2023, 3:31 PMJohn O'Reilly
09/10/2023, 3:32 PMArkadii Ivanov
09/10/2023, 3:32 PMArkadii Ivanov
09/10/2023, 3:33 PMArkadii Ivanov
09/10/2023, 3:33 PMJohn O'Reilly
09/10/2023, 3:33 PMArkadii Ivanov
09/10/2023, 3:35 PMArkadii Ivanov
09/10/2023, 3:35 PMArkadii Ivanov
09/10/2023, 3:35 PMJohn O'Reilly
09/10/2023, 3:35 PMArkadii Ivanov
09/10/2023, 3:37 PMArkadii Ivanov
09/10/2023, 3:37 PMJohn O'Reilly
09/10/2023, 3:58 PMArkadii Ivanov
09/10/2023, 3:59 PMJohn O'Reilly
09/10/2023, 4:08 PMArkadii Ivanov
09/10/2023, 4:10 PMe: file:///home/runner/work/Confetti/Confetti/shared/src/androidMain/kotlin/dev/johnoreilly/confetti/ui/SessionDetailsViewSharedWrapper.kt:8:5 Symbol @Composable() fun SessionDetailViewShared(session: SessionDetails?, onSpeakerClick: (@R|kotlin/ParameterName|(name = String(speakerId)) String) -> Unit, onSocialLinkClicked: (String) -> Unit): Unit is invisible
Arkadii Ivanov
09/10/2023, 4:10 PMArkadii Ivanov
09/10/2023, 4:11 PMArkadii Ivanov
09/10/2023, 4:12 PMJohn O'Reilly
09/10/2023, 4:13 PMArkadii Ivanov
09/10/2023, 4:22 PMJohn O'Reilly
09/10/2023, 4:22 PMJohn O'Reilly
09/10/2023, 4:22 PMJohn O'Reilly
09/10/2023, 4:23 PMJohn O'Reilly
09/10/2023, 4:24 PMArkadii Ivanov
09/10/2023, 4:33 PMJohn O'Reilly
09/10/2023, 4:53 PMSessionDetailViewShared
here I see other errors then....John O'Reilly
09/10/2023, 4:53 PMArkadii Ivanov
09/10/2023, 4:58 PMJohn O'Reilly
09/10/2023, 6:28 PM1.9.20-Beta-205
here (with later version of compose compiler as well) and seem to be getting further....can build/run compose desktop app but having some other issues with ios/android clientsArkadii Ivanov
09/10/2023, 7:53 PMSessionDetailViewShared
call, then I managed to compile androidApp
. Without changing the Kotlin version.Arkadii Ivanov
09/10/2023, 7:54 PMWARNING: D8: An error occurred when parsing kotlin metadata. This normally happens when using a newer version of kotlin than the kotlin version released when this version of R8 was created. To find compatible kotlin versions, please see: <https://developer.android.com/studio/build/kotlin-d8-r8-versions>
WARNING: D8: Unexpected error during rewriting of Kotlin metadata for class 'dev.johnoreilly.confetti.sessiondetails.ComposableSingletons$SessionDetailsViewKt$lambda-1$1':
com.android.tools.r8.internal.A10: Should never be called
John O'Reilly
09/10/2023, 7:55 PMArkadii Ivanov
09/10/2023, 7:55 PMJohn O'Reilly
09/11/2023, 2:15 PMArkadii Ivanov
09/11/2023, 2:21 PMArkadii Ivanov
09/11/2023, 5:12 PMcompose {
kotlinCompilerPluginArgs.add("suppressKotlinVersionCompatibilityCheck=1.9.20-Beta")
}
I got Compose Multiplatform 1.5.1 doesn't support Kotlin 1.9.20-Beta
even with that config.John O'Reilly
09/11/2023, 5:22 PMJohn O'Reilly
09/11/2023, 5:48 PMcompose {
kotlinCompilerPlugin.set("1.5.2.1-Beta")
kotlinCompilerPluginArgs.add("suppressKotlinVersionCompatibilityCheck=1.9.20-Beta")
}
John O'Reilly
09/11/2023, 5:50 PMJohn O'Reilly
09/11/2023, 5:51 PMJohn O'Reilly
09/11/2023, 5:51 PMJohn O'Reilly
09/11/2023, 5:52 PMJohn O'Reilly
09/11/2023, 5:54 PMThis version (1.5.2) of the Compose Compiler requires Kotlin version 1.9.10 but you appear to be using Kotlin version 1.9.20-Beta which is not known to be compatible. Please consult the Compose-Kotlin compatibility map located at <https://developer.android.com/jetpack/androidx/releases/compose-kotlin> to choose a compatible version pair (or `suppressKotlinVersionCompatibilityCheck` but don't say I didn't warn you!).
John O'Reilly
09/11/2023, 5:57 PMJohn O'Reilly
09/11/2023, 5:58 PMcompose = true
in that for now and get further at least....now seeing
Named arguments are not allowed for function types
Arkadii Ivanov
09/11/2023, 6:11 PMsuppressKotlinVersionCompatibilityCheck
.Arkadii Ivanov
09/11/2023, 6:11 PMv1.5.2.1-Beta
to become available and just bump the version to that one. Or use suppressKotlinVersionCompatibilityCheck
without changing the Compose Compiler version.John O'Reilly
09/11/2023, 6:13 PMJohn O'Reilly
09/11/2023, 6:13 PMArkadii Ivanov
09/11/2023, 6:30 PMJohn O'Reilly
09/11/2023, 7:30 PMJohn O'Reilly
09/11/2023, 7:31 PMArkadii Ivanov
09/11/2023, 7:39 PMArkadii Ivanov
09/11/2023, 7:42 PMJohn O'Reilly
09/11/2023, 7:58 PMJohn O'Reilly
09/11/2023, 7:59 PMHomeRoute
(to not use named params) then android app builds/runs fine !Arkadii Ivanov
09/11/2023, 7:59 PMArkadii Ivanov
09/11/2023, 7:59 PMJohn O'Reilly
09/11/2023, 8:00 PMArkadii Ivanov
09/11/2023, 8:02 PMJohn O'Reilly
09/11/2023, 8:07 PMJohn O'Reilly
09/11/2023, 8:11 PMThis version (1.5.2) of the Compose Compiler requires Kotlin version 1.9.10 but you appear to be using Kotlin version 1.9.20-Beta which is not known to be compatible. Please consult the Compose-Kotlin compatibility map located at <https://developer.android.com/jetpack/androidx/releases/compose-kotlin> to choose a compatible version pair (or `suppressKotlinVersionCompatibilityCheck` but don't say I didn't warn you!).
Arkadii Ivanov
09/11/2023, 8:31 PMArkadii Ivanov
09/11/2023, 8:42 PMArkadii Ivanov
09/11/2023, 8:42 PMJohn O'Reilly
09/11/2023, 8:46 PMJohn O'Reilly
09/11/2023, 8:50 PMArkadii Ivanov
09/11/2023, 8:50 PMJohn O'Reilly
09/11/2023, 8:58 PMArkadii Ivanov
09/11/2023, 9:02 PMkotlinx-serialization
, I will fix soon.John O'Reilly
09/11/2023, 9:07 PMArkadii Ivanov
09/22/2023, 3:16 PMArkadii Ivanov
09/24/2023, 10:37 AMJohn O'Reilly
09/24/2023, 10:55 AMArkadii Ivanov
09/24/2023, 10:56 AM