Skip to content

generate ui and presenter factories to ease boilerplate #267

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jan 20, 2025

Conversation

fethij
Copy link
Contributor

@fethij fethij commented Dec 27, 2024

No description provided.

@fethij
Copy link
Contributor Author

fethij commented Dec 28, 2024

@joreilly

@joreilly
Copy link
Owner

Hi, getting following during gh action build

> Task :common:compileKotlinIosSimulatorArm64
warning: KLIB resolver: Could not find "kotlin-inject-anvil-runtime" in [/Users/runner/work/BikeShare/BikeShare, /Users/runner/.konan/kotlin-native-prebuilt-macos-aarch64-2.1.0/klib/common, /Users/runner/.konan/kotlin-native-prebuilt-macos-aarch64-2.1.0/klib/platform/ios_simulator_arm64]

@joreilly
Copy link
Owner

hmm, that looks just a warning....looks like following is what caused failure

> Task :common:linkDebugFrameworkIosSimulatorArm64 FAILED
error: Compilation failed: null

 * Source files: 
 * Compiler version: 2.1.0
 * Output kind: FRAMEWORK

error: java.lang.NullPointerException
	at org.jetbrains.kotlin.backend.konan.CacheBuilderKt.getAllTransitiveDependencies$traverseDependencies(CacheBuilder.kt:31)

@joreilly
Copy link
Owner

@fethij
Copy link
Contributor Author

fethij commented Jan 14, 2025

It seems to only affect debug builds. I am able to build the release version.

@fethij
Copy link
Contributor Author

fethij commented Jan 20, 2025

Kotlin 2.1.10-RC2 seems to have a fix

@joreilly joreilly merged commit a0b5f57 into joreilly:main Jan 20, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants