Add open-all plugin
This commit is contained in:
parent
b0c0c8464a
commit
6f762a40eb
@ -6,6 +6,7 @@ plugins {
|
|||||||
alias(libs.plugins.kotlinMultiplatform)
|
alias(libs.plugins.kotlinMultiplatform)
|
||||||
alias(libs.plugins.androidLibrary)
|
alias(libs.plugins.androidLibrary)
|
||||||
id("dev.mokkery") version "2.0.0"
|
id("dev.mokkery") version "2.0.0"
|
||||||
|
kotlin("plugin.allopen") version "2.1.10"
|
||||||
}
|
}
|
||||||
|
|
||||||
kotlin {
|
kotlin {
|
||||||
@ -49,3 +50,8 @@ android {
|
|||||||
targetCompatibility = JavaVersion.VERSION_1_8
|
targetCompatibility = JavaVersion.VERSION_1_8
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
allOpen {
|
||||||
|
annotation("com.tle.astrologylibrary.OpenForMokkery")
|
||||||
|
// annotations("com.another.Annotation", "com.third.Annotation")
|
||||||
|
}
|
||||||
@ -0,0 +1,3 @@
|
|||||||
|
package com.tle.astrologylibrary
|
||||||
|
|
||||||
|
annotation class OpenForMokkery()
|
||||||
Loading…
x
Reference in New Issue
Block a user