Ilya Evtushenko
05/14/2025, 3:04 PMJonathan
05/14/2025, 3:12 PMIlya Evtushenko
05/14/2025, 3:17 PMloke
05/14/2025, 3:44 PMSimone
05/14/2025, 5:03 PMColton Idle
05/14/2025, 6:09 PMColton Idle
05/14/2025, 6:10 PMAleksey Zamulla
05/14/2025, 7:11 PM@Preview
working in common code (you need an Android target for that)
• Compose Hot Reload supported (gutter icons to launch a desktop app with it)
◦ You still need to apply the Gradle plugin manually as the project README describes.Olivier Patry
05/14/2025, 7:15 PM•Would it supportworking in common code (you need an Android target for that)@Preview
@PreviewLightDark
and stuff like that? Or just dark/light mode through uiMode
?João Henrique de Souza Silva
05/14/2025, 7:20 PMColton Idle
05/14/2025, 7:48 PMColton Idle
05/14/2025, 7:50 PMColton Idle
05/14/2025, 7:52 PMColton Idle
05/14/2025, 7:53 PMColton Idle
05/14/2025, 8:14 PMJoão Henrique de Souza Silva
05/14/2025, 8:40 PMJonathan
05/14/2025, 9:12 PMColton Idle
05/14/2025, 9:16 PMzsmb
05/14/2025, 9:31 PMAleksey Zamulla
05/15/2025, 6:16 AMdo you know where the "signing and capabilities" editor is? (edited)@Colton Idle the notification talks about the Xcode GUI (maybe we can make it clearer), in IDEA you can do File | Open Project in Xcode and get into it.
Colton Idle
05/15/2025, 7:02 AMAleksey Zamulla
05/15/2025, 7:03 AMColton Idle
05/15/2025, 7:05 AMColton Idle
05/15/2025, 7:10 AMTEAM_ID=
BUNDLE_ID=com.rollertoaster.myApp
APP_NAME=RollerToaster
and the new one I just generated (via the new kmp wizard) is
TEAM_ID=
PRODUCT_NAME=MyApplicationKMPTest
PRODUCT_BUNDLE_IDENTIFIER=com.example.myapplicationkmptest.MyApplicationKMPTest$(TEAM_ID)
CURRENT_PROJECT_VERSION=1
MARKETING_VERSION=1.0
Yet the new one I generated (the one directly above ^) gets the error.Aleksey Zamulla
05/15/2025, 7:17 AMColton Idle
05/15/2025, 7:21 AMAleksey Zamulla
05/15/2025, 7:21 AMColton Idle
05/15/2025, 7:21 AMColton Idle
05/15/2025, 7:22 AMAleksey Zamulla
05/15/2025, 7:23 AMColton Idle
05/15/2025, 7:29 AMAugust
05/15/2025, 5:52 PM@Preview
annotation?Dipendra Pokharel
05/16/2025, 3:29 AMzsmb
05/16/2025, 5:41 AMAugust
05/16/2025, 9:36 AMzsmb
05/16/2025, 11:23 AMDumitru Preguza
05/16/2025, 11:24 AMzsmb
05/16/2025, 11:27 AMFlowFan
05/16/2025, 11:28 AMMultiple commands produce '/Users/x/Library/Caches/Google/AndroidStudio2025.1.1/DerivedData/iosApp-dexojzwzkxtymtbvfbhwmmpwziwd/Build/Products/Debug-iphonesimulator/.app'
This is my code in build.gradle which build success in old wizard project:
cocoapods {
summary = "Some description for the Shared Module"
homepage = "Link to the Shared Module homepage"
version = "1.0"
ios.deploymentTarget = "13.0"
podfile = project.file("../iosApp/Podfile")
framework {
baseName = "ComposeApp"
isStatic = true
}
}
zsmb
05/16/2025, 11:31 AMJeff Lockhart
05/16/2025, 11:49 PMzsmb
05/17/2025, 12:06 AMJeff Lockhart
05/17/2025, 12:19 AMJeff Lockhart
05/17/2025, 1:22 AMzsmb
05/17/2025, 10:26 AM