Matthew Laser
09/29/2021, 2:47 PMcom.android.library
plugin into the KSP Quickstart's test-processor
module without much luckelihart
09/29/2021, 5:56 PMMatthew Laser
09/29/2021, 6:00 PMandroid
or com.android.library
gradle pluginsWilliam Reed
09/29/2021, 6:06 PMMatthew Laser
09/29/2021, 6:10 PMWilliam Reed
09/29/2021, 6:13 PMandroid.os.Bundle
extension functions with the following:
private val bundleClassName = ClassName("android.os", "Bundle")
val funBuilder = FunSpec.builder("someExtensionMethod")
.receiver(bundleClassName) // bundle is the receiver (extension function)
Matthew Laser
09/29/2021, 6:14 PMWilliam Reed
09/29/2021, 6:23 PMMatthew Laser
09/29/2021, 6:26 PMimplementation(files("/Users/matthew.laser/Library/Android/sdk/platforms/android-30/android.jar"))