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")
}
}