Skip to content

Commit

Permalink
Version bump & updated doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Salomon BRYS committed Dec 5, 2022
1 parent b3bb3df commit 859bbfd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
:toc: preamble
:toclevels: 3
:icons: font
:version: 1.10.0
:ksp-version: 1.7.20-1.0.6
:version: 1.11.0
:ksp-version: 1.7.22-1.0.8

A Kotlin/Multiplatform Kotlin Symbol Processor that generates Mocks & Fakes.

Expand Down Expand Up @@ -731,7 +731,7 @@ tasks.withType<org.jetbrains.kotlin.gradle.dsl.KotlinCompile<*>>().all {

By default, every generated class or function is *`internal`*.

If you wish to have it *`public`* (because you need to share it accross modules), then you can configure the processor to generate public classes & functions:
If you wish to have it *`public`* (because you need to share it across modules), then you can configure the processor to generate public classes & functions:

[source,kotlin,subs="verbatim,attributes"]
.build.gradle.kts
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ val kspVersion by extra { "1.7.22-1.0.8" }

allprojects {
group = "org.kodein.mock"
version = "1.10.0"
version = "1.11.0"
}

0 comments on commit 859bbfd

Please sign in to comment.