We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have following configuration:
K2 Compiler Kotlin 2.0.0-Beta1 Kotlin KSP 2.0.0-Beta1-1.0.15 Showkase 1.0.2
and attribute with annotation:
@ShowkaseTypography(group = "My Styleguide") val headline1Medium = TextStyle( fontFamily = Roboto, fontSize = 24.sp, lineHeight = 35.sp, fontWeight = FontWeight.W500, )
Generated class:
package cz.lubo.pisk.style.res.theme import com.airbnb.android.showkase.models.ShowkaseBrowserTypography public val body1BoldMyStyleguideBody1Bold: ShowkaseBrowserTypography = ShowkaseBrowserTypography( typographyGroup = "My Styleguide", typographyName = "Body1Bold", typographyKDoc = "", textStyle = body1Bold )
Build with error:
e: file:///Users/pisk/AndroidStudioProjects/ExampleProject/shared/styleRes/build/ generated/ksp/android/androidDebug/kotlin/cz/lubo/pisk/style/res/theme/ body1BoldAlzaStyleguideBody1Bold.kt:11:21 Unresolved reference 'body1Bold'.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have following configuration:
K2 Compiler
Kotlin 2.0.0-Beta1
Kotlin KSP 2.0.0-Beta1-1.0.15
Showkase 1.0.2
and attribute with annotation:
Generated class:
Build with error:
The text was updated successfully, but these errors were encountered: