fun <ME: About> Akshat.Profile() = Text(
text = buildAnnotatedString {
append("👋 Hi, I’m ${@akshat-sahijpal} currently studying Computer Science")
append("👀 I’m currently working on building high quality and powerful Android Applications")
append("🌱 My Preferred Language for Android is kotlin.")
append("💞️ I use Ktor for Backend development")
append("👀 I'm currently learning jetpack compose and iOS development")
}
}
fun <ME: About> Akshat.Profile() = Text(
text = buildAnnotatedString {
append("👋 Hi, I’m ${@akshat-sahijpal} currently studying Computer Science")
append("👀 I’m currently working on building high quality and powerful Android Applications")
append("🌱 My Preferred Language for Android is kotlin.")
append("💞️ I use Ktor for Backend development")
append("👀 I'm currently learning jetpack compose and iOS development")
}
}