Skip to content

0.8.0+2.2.10

Choose a tag to compare

@github-actions github-actions released this 16 Aug 22:09

Added

  • fun IrFunctionAccessExpression.getExtensionReceiverOrNull(): IrExpression?
  • IrCall.dispatchReceiverArgument: IrExpression?
  • IrCall.contextParameterArguments: List<IrExpression>
  • IrCall.extensionReceiverArgument: IrExpression?
  • IrCall.regularArguments: List<IrExpression>
  • IrCall.argumentsMap(): Map<IrExpression?, IrValueParameter>
  • IrFunction.regularParameters: List<IrValueParameter>

Updated

  • org.jetbrains.kotlin:kotlin-gradle-plugin -> 2.2.10
  • com.javiersc.hubdle:hubdle-version-catalog -> 0.7.1
  • com.javiersc.hubdle:com.javiersc.hubdle.gradle.plugin -> 0.14.2
  • gradle -> 8.14.3