this is how I use them: maybe not what you are looking for😅
Copy code
dependencies {
val bom = libs.findLibrary("androidx.compose.bom").get()
"implementation"(platform(bom))
//3rd party minor
"implementation"(libs.findLibrary("airbnb.android.lottie.compose").get())
@Bekzod For dependencies it's ok but for plugins we can't use alias. We must make class that extends Plugin<Project> to use toml but with script we can't. So i made a class that extends Plugin<Project>