Browse Source
* upgrade Reaktive to one that has better Apple Silicon support * upgrade SQLDelight for Apple Silicon support * Fix build to support Apple Silicon Some of this code could be better centralized though I've been unable to find a solution. * simplify utils/build.gradle.kts * workaround * fix review comments * sample todoapp: rename Todo.framework -> KotlinCommon.framework Co-authored-by: dima.avdeev <dima.avdeev@jetbrains.com>pull/2020/head
Travis Reitter
3 years ago
committed by
GitHub
6 changed files with 9 additions and 10 deletions
@ -1,3 +1,4 @@
|
||||
# TODO can we get rid of duplication with root gradle.properties? |
||||
#todo remove -Pkotlin.version=1.6.20 from Xcode project, when stable version on Compose with Koltin 1.6.20 or later released |
||||
kotlin.version=1.6.10 |
||||
compose.version=1.1.0 |
||||
|
Loading…
Reference in new issue