plugins { kotlin("jvm") id("com.google.devtools.ksp") version "1.4.30-1.0.0-alpha04" `lobsters-plugin` } dependencies { api(Dependencies.ThirdParty.Retrofit.lib) ksp(Dependencies.ThirdParty.Moshi.ksp) implementation(Dependencies.ThirdParty.Retrofit.moshi) testImplementation(Dependencies.Kotlin.Coroutines.core) testImplementation(Dependencies.Testing.junit) testImplementation(Dependencies.Testing.mockWebServer) }